Module io.ciera.runtime.api
Package io.ciera.runtime.api.exceptions
Class InstancePopulationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ciera.runtime.api.exceptions.InstancePopulationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DeletedInstanceException
,EmptyInstanceException
,InvalidRelationshipException
,ReferentialAttributeException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstancePopulationException
(String message, InstancePopulation population, ObjectInstance... instances) InstancePopulationException
(String message, Throwable cause, InstancePopulation population, ObjectInstance... instances) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InstancePopulationException
public InstancePopulationException(String message, InstancePopulation population, ObjectInstance... instances) -
InstancePopulationException
public InstancePopulationException(String message, Throwable cause, InstancePopulation population, ObjectInstance... instances)
-
-
Method Details
-
getPopulation
-
getInstances
-
getMessage
- Overrides:
getMessage
in classThrowable
-