Class SchemaException

All Implemented Interfaces:
Serializable

public class SchemaException extends XMLException
An XML Schema Exception class
Version:
$Revision: 8870 $ $Date: 2006-04-14 04:14:43 -0600 (Fri, 14 Apr 2006) $
Author:
Keith Visco
See Also:
  • Constructor Details

    • SchemaException

      public SchemaException()
      Creates a new SchemaException with no message or nested exception.
    • SchemaException

      public SchemaException(String message)
      Creates a new SchemaException with the given message.
      Parameters:
      message - the message for this exception
    • SchemaException

      public SchemaException(Throwable exception)
      Creates a new SchemaException with the given nested exception.
      Parameters:
      exception - the nested exception
    • SchemaException

      public SchemaException(String message, Throwable exception)
      Creates a new SchemaException with the given message and nested exception.
      Parameters:
      message - the detail message for this exception
      exception - the nested exception