org.znerd.xmlenc
Class InvalidXMLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.znerd.xmlenc.InvalidXMLException
All Implemented Interfaces:
Serializable

public final class InvalidXMLException
extends RuntimeException

Exception thrown when invalid XML is detected.

Since:
xmlenc 0.37
Version:
$Revision: 1.2 $ $Date: 2005/09/12 08:40:02 $
Author:
Ernst de Haan (wfe.dehaan@gmail.com)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InvalidXMLException(String message)
          Constructs a new InvalidXMLException with the specified detail message.
 
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

InvalidXMLException

public InvalidXMLException(String message)
Constructs a new InvalidXMLException with the specified detail message.

Parameters:
message - the optional detail message, or null.


See http://xmlenc.sourceforge.net/.
This Javadoc API documentation set contains private and package private members as well.