Class JSLEventException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JSLEventException
    extends java.lang.RuntimeException
    This class inherits from Exception and is thrown when there is a problem with some use of JSLEvents. This class may either be instantiated with a specific error message or with the default error message.
    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

      • JSLEventException

        public JSLEventException()
      • JSLEventException

        public JSLEventException​(java.lang.String m)
        Parameters:
        m - a string for the message