|
||||||||||
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 org.deduced.xml.DecodeException
public class DecodeException
DecodeException
Field Summary | |
---|---|
private static long |
serialVersionUID
serial version |
Constructor Summary | |
---|---|
DecodeException()
constructor for DecodeException |
|
DecodeException(java.lang.String message)
constructor for DecodeException |
|
DecodeException(java.lang.String message,
java.lang.Throwable cause)
constructor for DecodeException |
|
DecodeException(java.lang.Throwable cause)
constructor for DecodeException |
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 |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public DecodeException()
public DecodeException(java.lang.String message)
message
- the error messagepublic DecodeException(java.lang.String message, java.lang.Throwable cause)
message
- the error messagecause
- the exception that caused this onepublic DecodeException(java.lang.Throwable cause)
cause
- the exception that caused this one
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |