|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.uci.isr.xarch.XArchSerializeException
This exception is thrown when serializing an xArch-based document to a persistent representation fails. In general, the chained exception (e.g., from the real serializer) contains the actual failure data.
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
XArchSerializeException()
Create a new xArch serialization exception with no explanation and no chained exception. |
|
XArchSerializeException(String description)
Create a new xArch serialization exception with the given explanation |
|
XArchSerializeException(String description,
Throwable t)
Create a new xArch serialization exception based on an explanation and the given error that caused this exception. |
|
XArchSerializeException(Throwable t)
Create a new xArch serialization exception based on the given error that caused this exception. |
|
| 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 XArchSerializeException()
public XArchSerializeException(String description)
description - Explanation for the serialization failure.public XArchSerializeException(Throwable t)
t - The underlying error that caused this exception.
public XArchSerializeException(String description,
Throwable t)
description - Explanation for the serialization failure.t - The underlying error that caused this exception.
|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||