sunlabs.brazil.sunlabs
Class XmlTree.IllegalXmlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
sunlabs.brazil.sunlabs.XmlTree.IllegalXmlException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- XmlTree
public static class XmlTree.IllegalXmlException
- extends java.lang.IllegalArgumentException
Do some more reasonable error handling. We'll stuff more info
into the exception.
- See Also:
- Serialized Form
Field Summary |
java.util.Vector |
errors
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
errors
public java.util.Vector errors
XmlTree.IllegalXmlException
public XmlTree.IllegalXmlException(java.lang.String s)
addError
public int addError(int sl,
java.lang.String st,
int cl,
java.lang.String ct)
getEx
public static XmlTree.IllegalXmlException getEx(XmlTree.IllegalXmlException e,
java.lang.String s,
int sl,
java.lang.String st,
int cl,
java.lang.String ct)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable