|
|||||||||
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.Asn1XmlSaxMisReqElemExc
public class Asn1XmlSaxMisReqElemExc
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.
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 |
---|
public Asn1XmlSaxMisReqElemExc(java.lang.String javaElemName)
javaElemName
- Name of Java element that is not present.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |