|
|||||||||||
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 com.cc.framework.common.FrameworkException com.cc.framework.convert.ConverterException
Base exception class for all converter exceptions
Field Summary | |
private static long |
serialVersionUID
Serial Version UID |
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
ConverterException()
Constructor for ConverterException |
|
ConverterException(java.lang.String message)
Constructor for ConverterException |
|
ConverterException(java.lang.String message,
java.lang.Throwable cause)
Constructor for ConverterException |
|
ConverterException(java.lang.Throwable cause)
Constructor for ConverterException |
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 |
Field Detail |
private static final long serialVersionUID
Constructor Detail |
public ConverterException()
public ConverterException(java.lang.String message)
message
- the detail message for this exception.public ConverterException(java.lang.Throwable cause)
cause
- the root cause of the exceptionpublic ConverterException(java.lang.String message, java.lang.Throwable cause)
message
- the detail message for this exception.cause
- the root cause of the exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |