|
|||||||||||
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.xml.sax.SAXException de.ispsoft.jaxme.tamino.InoException
A SAX exception indicating an error in a Tamino response document.
Constructor Summary | |
InoException(java.lang.String pInoErrorCode,
java.lang.String pInoErrorMessage)
Creates a new instance of InoException with
the given error code and message. |
Method Summary | |
java.lang.String |
getInoErrorCode()
Returns the Tamino error code. |
java.lang.String |
getInoErrorMessage()
Returns the Tamino error message. |
Methods inherited from class org.xml.sax.SAXException |
getException, getMessage, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public InoException(java.lang.String pInoErrorCode, java.lang.String pInoErrorMessage)
InoException
with
the given error code and message.
Method Detail |
public java.lang.String getInoErrorCode()
Returns the Tamino error code.
public java.lang.String getInoErrorMessage()
Returns the Tamino error message.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |