Module io.ciera.runtime.api
Package io.ciera.runtime.api.exceptions
Class ReferentialAttributeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ciera.runtime.api.exceptions.InstancePopulationException
io.ciera.runtime.api.exceptions.ReferentialAttributeException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReferentialAttributeException
(String message, InstancePopulation population, ObjectInstance... instances) -
Method Summary
Methods inherited from class io.ciera.runtime.api.exceptions.InstancePopulationException
getInstances, getMessage, getPopulation
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReferentialAttributeException
public ReferentialAttributeException(String message, InstancePopulation population, ObjectInstance... instances)
-