Package nz.org.riskscape.engine.resource
Class ResourceLoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.engine.RiskscapeException
nz.org.riskscape.engine.resource.ResourceLoadingException
- All Implemented Interfaces:
Serializable
Exception indicating a problem of some kind with the loading a Resource
.
- See Also:
-
Constructor Summary
ConstructorDescriptionResourceLoadingException
(URI target, String message) ResourceLoadingException
(URI target, String message, Throwable cause) ResourceLoadingException
(URI target, 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
-
ResourceLoadingException
-
ResourceLoadingException
-
ResourceLoadingException
-
-
Method Details
-
getTarget
-