com.objsys.asn1j.runtime
Class Asn1NotWellFormedXMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.objsys.asn1j.runtime.Asn1Exception
                  extended by com.objsys.asn1j.runtime.Asn1NotWellFormedXMLException
All Implemented Interfaces:
java.io.Serializable

public class Asn1NotWellFormedXMLException
extends Asn1Exception

This class defines the 'ASN.1 not well-formed XML' exception that is thrown when well-formed XML text is expected and it is not in this form. This is the case for the value used in the Asn1XmlAnyElem class.

See Also:
Serialized Form

Constructor Summary
Asn1NotWellFormedXMLException(java.lang.String reason)
          This constructor creates an exception object with a textual message describing the argument that was invalid..
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Asn1NotWellFormedXMLException

public Asn1NotWellFormedXMLException(java.lang.String reason)
This constructor creates an exception object with a textual message describing the argument that was invalid..

Parameters:
reason - Text explaining reason XML is considered to be not well-formed.