com.objsys.asn1j.runtime
Class Asn1XmlSaxMisReqElemExc

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.Asn1XmlSaxMisReqElemExc
All Implemented Interfaces:
java.io.Serializable

public class Asn1XmlSaxMisReqElemExc
extends org.xml.sax.SAXException

This class defines the 'missing required element' SAX exception. This exception is thrown after a sequence of all typed subtree is parsed and it is determined that elements declared to be required in the schema are not present.

See Also:
Serialized Form

Constructor Summary
Asn1XmlSaxMisReqElemExc(java.lang.String javaElemName)
          This constructor creates an exception object with a textual message describing the missing 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

Asn1XmlSaxMisReqElemExc

public Asn1XmlSaxMisReqElemExc(java.lang.String javaElemName)
This constructor creates an exception object with a textual message describing the missing element value.

Parameters:
javaElemName - Name of Java element that is not present.