Package nz.org.riskscape.engine.relation
Class InvalidTupleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.engine.RiskscapeException
nz.org.riskscape.engine.relation.InvalidTupleException
- All Implemented Interfaces:
Serializable
Thrown when an invalid tuple (row) of input data is encountered, i.e. this indicates there is a problem with the user's source data that needs addressing.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidTupleException
(Tuple invalid, String message) Deprecated.InvalidTupleException
(Tuple invalid, String message, Throwable cause) Deprecated.InvalidTupleException
(Tuple invalid, Problem problem) InvalidTupleException
(Tuple invalid, Problem problem, Throwable cause) -
Method Summary
Methods inherited from class nz.org.riskscape.engine.RiskscapeException
getCause, getProblem, hasProblem
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidTupleException
Deprecated. -
InvalidTupleException
Deprecated. -
InvalidTupleException
-
InvalidTupleException
-
-
Method Details
-
getTuple
-
getReason
The specific reason why the tuple is invalid
-