Class 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:
  • Constructor Details

    • InvalidXMLException

      public InvalidXMLException(String message)
      Constructs a new InvalidXMLException with the specified detail message.
      Parameters:
      message - the optional detail message, or null.