// MimeType.java // $Id$ // (c) COPYRIGHT MIT and INRIA, 1996. // Please first read the full copyright statement in file COPYRIGHT.html package org.w3c.www.mime ; public class MimeTypeFormatException extends Exception { public MimeTypeFormatException(String msg) { super(msg); } }