Class CatalogInvalidException

All Implemented Interfaces:
Serializable

public class CatalogInvalidException extends CatalogUnavailableException
An invalid catalog exception.

This exception is raised when a catalog is invalid: when it doesn't satisfy the constraints of the grammar or is not well-formed.

See Also:
  • Constructor Details

    • CatalogInvalidException

      public CatalogInvalidException(String message)
      Construct an exception with a message about what went wrong.
      Parameters:
      message - A description of the underlying cause.