Class CoreException

    • Constructor Summary

      Constructors 
      Constructor Description
      CoreException()
      Creates a new instance.
      CoreException​(java.lang.String description)
      Creates a new instance with a description of the Exception.
      CoreException​(java.lang.String description, java.lang.Throwable cause)
      Creates a new instance with a reference to a previous Exception and a description of the Exception.
      CoreException​(java.lang.Throwable cause)
      Creates a new instance with a reference to a previous Exception.
    • 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

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

      • CoreException

        public CoreException()

        Creates a new instance.

      • CoreException

        public CoreException​(java.lang.Throwable cause)

        Creates a new instance with a reference to a previous Exception.

        Parameters:
        cause - a previous, causal Exception
      • CoreException

        public CoreException​(java.lang.String description)

        Creates a new instance with a description of the Exception.

        Parameters:
        description - description of the Exception
      • CoreException

        public CoreException​(java.lang.String description,
                             java.lang.Throwable cause)

        Creates a new instance with a reference to a previous Exception and a description of the Exception.

        Parameters:
        description - of the Exception
        cause - previous Exception