Class ParameterNotSetException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xinapse.image.ParameterNotSetException
All Implemented Interfaces:
Serializable

public class ParameterNotSetException extends Exception
Indicates that a parameter is not stored in an image.
See Also:
  • Constructor Details

    • ParameterNotSetException

      public ParameterNotSetException()
      Constructs an ParameterNotSetException with "parameter not set" as its detail message.
    • ParameterNotSetException

      public ParameterNotSetException(String s)
      Constructs a ParameterNotSetException with the specified detail message. The error message string s can later be retrieved by the Throwable.getMessage() method of class Throwable.
      Parameters:
      s - the detail message.
    • ParameterNotSetException

      public ParameterNotSetException(String message, Throwable cause)
      Constructs a ParameterNotSetException with the specified cause.
      Parameters:
      message - the detail message.
      cause - the cause.