com.objsys.asn1j.runtime
Class Asn1XmlSaxUnexpElemExc

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by com.objsys.asn1j.runtime.Asn1XmlSaxUnexpElemExc
All Implemented Interfaces:
java.io.Serializable

public class Asn1XmlSaxUnexpElemExc
extends org.xml.sax.SAXException

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.

See Also:
Serialized Form

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

Asn1XmlSaxUnexpElemExc

public Asn1XmlSaxUnexpElemExc(java.lang.String localName)
This constructor creates an exception object with a textual message describing the expected element value.

Parameters:
localName - Parsed XML local name