sunlabs.brazil.sunlabs

Class XmlTree.IllegalXmlException

public static class XmlTree.IllegalXmlException extends IllegalArgumentException

Do some more reasonable error handling. We'll stuff more info into the exception.
Field Summary
Vectorerrors
Constructor Summary
IllegalXmlException(String s)
Method Summary
intaddError(int sl, String st, int cl, String ct)
static XmlTree.IllegalXmlExceptiongetEx(XmlTree.IllegalXmlException e, String s, int sl, String st, int cl, String ct)
StringtoString()

Field Detail

errors

public Vector errors

Constructor Detail

IllegalXmlException

public IllegalXmlException(String s)

Method Detail

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()