Class InvalidXMLException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class InvalidXMLException
    extends java.lang.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
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidXMLException​(java.lang.String message)
      Constructs a new InvalidXMLException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String message)
        Constructs a new InvalidXMLException with the specified detail message.
        Parameters:
        message - the optional detail message, or null.