net.sf.cantina.exceptions
Class InvalidXmlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.cantina.exceptions.CantinaException
net.sf.cantina.exceptions.InvalidXmlException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidXmlException
- extends CantinaException
means invalid xml, maintains a list of parsing errors.
- Author:
- Stephane JAIS
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Method Summary |
org.xml.sax.SAXParseException[] |
getErrors()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidXmlException
public InvalidXmlException()
InvalidXmlException
public InvalidXmlException(java.lang.String s)
InvalidXmlException
public InvalidXmlException(java.lang.String s,
java.lang.Exception e)
InvalidXmlException
public InvalidXmlException(java.lang.String s,
org.xml.sax.SAXParseException[] errors)
getErrors
public org.xml.sax.SAXParseException[] getErrors()
Copyright © 2004 Cantina. All Rights Reserved.