Class InvalidSchemaException

All Implemented Interfaces:
Serializable

public class InvalidSchemaException extends DRException
Exception that indicates a schema definition is invalid.
See Also:
  • Constructor Details

    • InvalidSchemaException

      public InvalidSchemaException()
      Base constructor.
    • InvalidSchemaException

      public InvalidSchemaException(String message, String schemaResource)
      Construct with a message and pathname to the schema resource.
      Parameters:
      message - error message
      schemaResource - pathname to resource
    • InvalidSchemaException

      public InvalidSchemaException(String message, String schemaResource, Throwable cause)
      Construct with a message, pathname to the schema resource and an exception to wrap.
      Parameters:
      message - error message
      schemaResource - pathname to resource
      cause - exception to wrap
  • Method Details

    • getSchemaResource

      public String getSchemaResource()
      Return the schema resource value.
      Returns:
      schema resource value