PropsMisconfiguredException
org.eso.ias.asce.exceptions.PropsMisconfiguredException
class PropsMisconfiguredException(props: Map[String, String], cause: Throwable) extends Exception
Exception thrown when the properties expected by the TF executor are misconfigured
Value parameters
- cause:
-
the cause
- props:
-
the misconfigured properties
Attributes
- See also
-
Exception
- Graph
-
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Constructors
Overloaded constructor without cause
Overloaded constructor without cause
Value parameters
- props:
-
the misconfigured properties
Attributes
Overloaded constructor without cause
Overloaded constructor without cause
Value parameters
- props:
-
the misconfigured properties
Attributes
Overloaded constructor
Overloaded constructor
Value parameters
- cause:
-
the cause
- props:
-
the misconfigured java properties
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