Class IllegalActionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IllegalActionException
    extends java.lang.RuntimeException
    The consumer is probably trying to do something they aren't supposed to be doing.
    See Also:
    Serialized Form
    • 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

      • IllegalActionException

        public IllegalActionException​(java.lang.String message)
        Constructor
        Parameters:
        message - The error message.
      • IllegalActionException

        public IllegalActionException​(java.lang.String message,
                                      java.lang.Exception e)
        Constructor
        Parameters:
        message - The error message.
        e - The Exception that caused it.