Class CometCScriptException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CometCScriptException
    extends CometException
    The type Comet c script exception.
    See Also:
    Serialized Form
    • Constructor Detail

      • CometCScriptException

        public CometCScriptException​(java.lang.String errorCause)
        Instantiates a new Comet c script exception.
        Parameters:
        errorCause - the error cause
      • CometCScriptException

        public CometCScriptException​(int errorCode,
                                     java.lang.String errorCause)
        Instantiates a new Comet c script exception.
        Parameters:
        errorCode - the error code
        errorCause - the error cause
      • CometCScriptException

        public CometCScriptException​(java.lang.Throwable cause)
        Instantiates a new Comet c script exception.
        Parameters:
        cause - the cause