Class MotsException

    • Constructor Summary

      Constructors 
      Constructor Description
      MotsException​(java.lang.String displayMessage)
      Creates new MOTS exception with display message.
      MotsException​(java.lang.String displayMessage, java.lang.Throwable cause)
      Creates new MOTS exception with display message and cause.
    • 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

      • MotsException

        public MotsException​(java.lang.String displayMessage)
        Creates new MOTS exception with display message.
        Parameters:
        displayMessage - message that will be displayed to the user
      • MotsException

        public MotsException​(java.lang.String displayMessage,
                             java.lang.Throwable cause)
        Creates new MOTS exception with display message and cause.
        Parameters:
        displayMessage - message that will be displayed to the user
        cause - cause of this exception