WrongPropValue
org.eso.ias.asce.exceptions.WrongPropValue
class WrongPropValue(name: String, value: String, cause: Throwable) extends Exception
Exception thrown by the TF when the passed property has a wrong value
Value parameters
- cause:
-
the cause
- name:
-
the name of the property
- value:
-
the wrong value of the property
Attributes
- Graph
-
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Constructors
Overloaded constructor with no value
Overloaded constructor with no value
Value parameters
- cause:
-
the cause
- name:
-
the name of the property
Attributes
Overloaded constructor with no cause and no value
Overloaded constructor with no cause and no value
Value parameters
- name:
-
the name of the property with a wrong value
Attributes
Overloaded constructor with no cause and no value
Overloaded constructor with no cause and no value
Value parameters
- name:
-
the name of the property with a wrong value
- value:
-
the wrong value of the property
Attributes
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Inherited from:
- Throwable
In this article