|
|||||||||
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.Asn1XmlSaxInvUnionExc
public class Asn1XmlSaxInvUnionExc
This class defines the 'unexpected union content' SAX exception. This exception is thrown when the content of an XML instance cannot be matched against any of the valid alternatives for an XSDunion construct.
Constructor Summary | |
---|---|
Asn1XmlSaxInvUnionExc(java.lang.String content)
This constructor creates an exception object with a textual message describing the parsed content 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 Asn1XmlSaxInvUnionExc(java.lang.String content)
content
- Parsed XML content
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |