public class InoException
extends org.xml.sax.SAXException
A SAX exception indicating an error in a Tamino response document.
| Constructor and Description |
|---|
InoException(java.lang.String pInoErrorCode,
java.lang.String pInoErrorMessage)
Creates a new instance of
InoException with
the given error code and message. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInoErrorCode()
Returns the Tamino error code.
|
java.lang.String |
getInoErrorMessage()
Returns the Tamino error message.
|