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:
- Serializable
- Enclosing class:
- XmlTree
public static class XmlTree.IllegalXmlException
- extends IllegalArgumentException
Do some more reasonable error handling. We'll stuff more info
into the exception.
- See Also:
- Serialized Form
errors
public Vector errors
XmlTree.IllegalXmlException
public XmlTree.IllegalXmlException(String s)
addError
public int addError(int sl,
String st,
int cl,
String ct)
getEx
public static XmlTree.IllegalXmlException getEx(XmlTree.IllegalXmlException e,
String s,
int sl,
String st,
int cl,
String ct)
toString
public String toString()
- Overrides:
toString
in class Throwable