|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rblasch.convert.AbstractRuntimeException
org.rblasch.convert.type.UnknownTypeException
| Constructor Summary | |
UnknownTypeException()
Constructs a new throwable with null as its detail message.
|
|
UnknownTypeException(java.lang.String message)
Construct a new exception with the specified message. |
|
UnknownTypeException(java.lang.String message,
java.lang.Throwable cause)
Construct a new exception with the specified message and root cause. |
|
UnknownTypeException(java.lang.Throwable cause)
Construct a new exception with the specified root cause. |
|
| Methods inherited from class org.rblasch.convert.AbstractRuntimeException |
getCause, initCause, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public UnknownTypeException()
null as its detail message.
The cause is not initialized, and may subsequently be initialized by a
call to AbstractRuntimeException.initCause(java.lang.Throwable).
public UnknownTypeException(java.lang.String message)
message - The message describing this exceptionpublic UnknownTypeException(java.lang.Throwable cause)
cause - The root cause of this exception
public UnknownTypeException(java.lang.String message,
java.lang.Throwable cause)
message - The message describing this exceptioncause - The root cause of this exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||