|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception net.sf.jmimemagic.UnsupportedTypeException
JMimeMagic unsupported test type exception. This exception is thrown when an unsupported test type is specified in a mime magic test
Constructor Summary | |
UnsupportedTypeException()
Default constructor |
|
UnsupportedTypeException(java.lang.String message)
Create exception with error message |
|
UnsupportedTypeException(java.lang.String message,
java.lang.Throwable cause)
Create an exception with custom message and throwable info |
|
UnsupportedTypeException(java.lang.Throwable cause)
Create exception based on an existing Throwable |
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 UnsupportedTypeException()
public UnsupportedTypeException(java.lang.String message)
message
- The error message for this exceptionpublic UnsupportedTypeException(java.lang.Throwable cause)
cause
- The throwable on which we'll base this exceptionpublic UnsupportedTypeException(java.lang.String message, java.lang.Throwable cause)
message
- The messagecause
- The target Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |