ValidityConstraintsMismatchException
org.eso.ias.asce.exceptions.ValidityConstraintsMismatchException
class ValidityConstraintsMismatchException(asceId: String, constraint: Iterable[String], inputIds: Iterable[String], cause: Throwable) extends Exception
Exception for mismatch between the IDs of the IASIOs of the constraint and the IDs of the inputs of the ASCE
Value parameters
- asceId
-
the ID of the ASCE
- cause
-
the cause of the error
- constraint
-
the validity constraint
- inputIds
-
the IDs of the inputs
Attributes
- 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
- asceId
-
the ID of the ASCE
- constraint
-
the validity constraint
- inputIds
-
the IDs of the inputs
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