Package nu.xom

Class IllegalAddException

    • Constructor Summary

      Constructors 
      Constructor Description
      IllegalAddException​(String message)
      Creates a new IllegalAddException with a detail message.
      IllegalAddException​(String message, Throwable cause)
      Creates a new IllegalAddException with a detail message and an underlying root cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

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

      • IllegalAddException

        public IllegalAddException​(String message)

        Creates a new IllegalAddException with a detail message.

        Parameters:
        message - a string indicating the specific problem
      • IllegalAddException

        public IllegalAddException​(String message,
                                   Throwable cause)

        Creates a new IllegalAddException with a detail message and an underlying root cause.

        Parameters:
        message - a string indicating the specific problem
        cause - the original cause of this exception