Package nz.org.riskscape.engine
Class NoSuchObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.engine.RiskscapeException
nz.org.riskscape.engine.IdentifiedException
nz.org.riskscape.engine.NoSuchObjectException
- All Implemented Interfaces:
Serializable
Thrown when IdentifiedCollection.get(String)
does not find an object with the given id.
- See Also:
-
Constructor Summary
ConstructorDescriptionNoSuchObjectException
(String id, Class<? extends Identified> clazz) NoSuchObjectException
(String id, IdentifiedCollection<?> from) -
Method Summary
Methods inherited from class nz.org.riskscape.engine.IdentifiedException
getCollectionClass
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
-
NoSuchObjectException
-
NoSuchObjectException
-