Klasse IllegalParameterValueException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.labAlive.core.parameters.parameter.IllegalParameterValueException
Alle implementierten Schnittstellen:
Serializable

public class IllegalParameterValueException extends RuntimeException
Siehe auch:
  • Konstruktordetails

    • IllegalParameterValueException

      public IllegalParameterValueException(String message)
    • IllegalParameterValueException

      public IllegalParameterValueException(String name, String condition, int value, int reference)
    • IllegalParameterValueException

      public IllegalParameterValueException(String name, String condition, int value)
    • IllegalParameterValueException

      public IllegalParameterValueException(String name, String condition, double value, double reference)
    • IllegalParameterValueException

      public IllegalParameterValueException(String name, String condition, double value)