|
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.XArchParseException
This exception is thrown when parsing an xArch-based document from a persistent representation fails. In general, the chained exception (e.g., from the real parser) contains the actual failure data.
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
XArchParseException()
Create a new xArch parsing exception with no explanation and no chained exception. |
|
XArchParseException(String description)
Create a new xArch parsing exception with the given explanation |
|
XArchParseException(String description,
Throwable t)
Create a new xArch parsing exception based on an explanation and the given error that caused this exception. |
|
XArchParseException(Throwable t)
Create a new xArch parsing 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 XArchParseException()
public XArchParseException(String description)
description - Explanation for the parse failure.public XArchParseException(Throwable t)
t - The underlying error that caused this exception.
public XArchParseException(String description,
Throwable t)
description - Explanation for the parse 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 | |||||||||