|
Quaqua 7.4.2 2011-07-05 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ch.randelshofer.quaqua.datatransfer.MimeTypeParseException
public class MimeTypeParseException
A class to encapsulate MimeType parsing related exceptions
Implementation taken from java.awt.datatransfer.TypeParseException.java 1.10 01/12/03
Constructor Summary | |
---|---|
MimeTypeParseException()
Constructs a MimeTypeParseException with no specified detail message. |
|
MimeTypeParseException(java.lang.String s)
Constructs a MimeTypeParseException with the specified detail message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MimeTypeParseException()
public MimeTypeParseException(java.lang.String s)
s
- the detail message.
|
Copyright 2003-2007 (c) Werner Randelshofer. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |