|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.xml.sax.SAXException com.objsys.asn1j.runtime.Asn1XmlSaxUnexpElemExc
public class Asn1XmlSaxUnexpElemExc
This class defines the 'unexpected XML element' SAX exception. This exception is thrown when an element in an XML instance is encountered that is different than what is defined in the schema to occur at that position.
Constructor Summary | |
---|---|
Asn1XmlSaxUnexpElemExc(java.lang.String localName)
This constructor creates an exception object with a textual message describing the expected element value. |
Method Summary |
---|
Methods inherited from class org.xml.sax.SAXException |
---|
getCause, getException, getMessage, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, 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 Asn1XmlSaxUnexpElemExc(java.lang.String localName)
localName
- Parsed XML local name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |