com.objsys.asn1j.runtime
Class Asn1XmlSaxInvUnionExc

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

public class Asn1XmlSaxInvUnionExc
extends org.xml.sax.SAXException

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.

See Also:
Serialized Form

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

Asn1XmlSaxInvUnionExc

public Asn1XmlSaxInvUnionExc(java.lang.String content)
This constructor creates an exception object with a textual message describing the parsed content value.

Parameters:
content - Parsed XML content