|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.oroad.stxx.xform.XMLException
Exception to be thrown if there are any exceptions in XMLForm-related classes. Doesn't have to be caught.
Constructor Summary | |
XMLException(java.lang.String s)
Constructor |
Method Summary | |
java.lang.String |
getMessage()
Gets the message attribute |
java.lang.String |
toString()
Gets a string representation of the exception |
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 XMLException(java.lang.String s)
s
- The messageMethod Detail |
public java.lang.String getMessage()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |