java.lang.Objectorg.objectweb.telosys.rpl.xml.output.OutputError
Holds an error that occurs durring the XML response generation
Constructor Summary | |
OutputError(java.lang.String message)
Constructor |
|
OutputError(java.lang.Throwable exception)
Constructor |
Method Summary | |
java.lang.Throwable |
getException()
Returns the exception that causes the error (or null if no exception) |
java.lang.String |
getMessage()
Returns the specific message if set, else the exception message if any. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OutputError(java.lang.Throwable exception)
exception
- public OutputError(java.lang.String message)
message
- Method Detail |
public java.lang.Throwable getException()
public java.lang.String getMessage()