Package nz.org.riskscape.engine
Class IdentifiedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.engine.RiskscapeException
nz.org.riskscape.engine.IdentifiedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FailedObjectException
,NoSuchObjectException
,ObjectAlreadyExistsException
Thrown by an IdentifiedCollection
when there was some issue with adding or getting an object from the
collection.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
The type of thing in the collection XXX maybe just make this the collection itself?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
-
IdentifiedException
-
-
Method Details
-
getCollectionClass
The type of thing in the collection XXX maybe just make this the collection itself?
-