Package nz.org.riskscape.engine
Class RiskscapeIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.engine.RiskscapeException
nz.org.riskscape.engine.RiskscapeIOException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RelationIOException
Can be thrown by engine code to say there was some underlying IO issue that caused data processing to fail. Should only be thrown from fatal errors where there's nothing (or little) a user can do to their inputs fix it, e.g. out of disk space, file permissions error, network timeout
- See Also:
-
Constructor Summary
ConstructorDescriptionRiskscapeIOException
(String message, Exception cause) RiskscapeIOException
(Problem problem) -
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
-
RiskscapeIOException
-
RiskscapeIOException
-