Class ParameterException

All Implemented Interfaces:
Serializable

public class ParameterException extends ScriptingEngineException
See Also:
  • Constructor Details

    • ParameterException

      public ParameterException()
      Creates new ParameterException without detail message.
    • ParameterException

      public ParameterException(String msg)
      Constructs an ParameterException with the specified detail message.
      Parameters:
      msg - the detail message.
    • ParameterException

      public ParameterException(Throwable throwable)
    • ParameterException

      public ParameterException(String message, Throwable throwable)