|
||||||||||
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.obe.OBEException org.obe.xpdl.serializer.XPDLSerializerException
Exception which is thrown when there is an error serializing to an XPDL document.
Constructor Summary | |
XPDLSerializerException()
Constructs a new XPDLSerializerException. |
|
XPDLSerializerException(java.lang.String message)
Constructs a new XPDLSerializerException with the given error message. |
|
XPDLSerializerException(java.lang.String message,
java.lang.Throwable t)
Constructs a new XPDLSerializerException with the given error message and nested error. |
|
XPDLSerializerException(java.lang.Throwable t)
Constructs a new XPDLSerializerException with the given nested error. |
Methods inherited from class org.obe.OBEException |
getCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public XPDLSerializerException()
public XPDLSerializerException(java.lang.String message)
message
- The error messagepublic XPDLSerializerException(java.lang.Throwable t)
t
- The nested errorpublic XPDLSerializerException(java.lang.String message, java.lang.Throwable t)
message
- The error messaget
- The error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |