Class CatalogInvalidException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CatalogInvalidException​(java.lang.String message)
      Construct an exception with a message about what went wrong.
    • 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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CatalogInvalidException

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