PropNotFoundException
org.eso.ias.asce.exceptions.PropNotFoundException
class PropNotFoundException(name: String, cause: Throwable) extends Exception
Exception thrown bythe TF executor when the required property is not found
Value parameters
- cause:
-
the cause
- name:
-
the name of the missing property
Attributes
- Graph
-
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Constructors
Overloaded constructor with no cause
Overloaded constructor with no cause
Value parameters
- name:
-
the name of the missing 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