Package edu.ie3.datamodel.exceptions
Class InvalidEntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.ie3.datamodel.exceptions.ValidationException
edu.ie3.datamodel.exceptions.InvalidEntityException
- All Implemented Interfaces:
Serializable
Is thrown, when a checked entity is illegal and thus not usable
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidEntityException
(String faultDescription, UniqueEntity invalidEntity) InvalidEntityException
(String message, Throwable cause) InvalidEntityException
(String faultDescription, Throwable cause, UniqueEntity invalidEntity) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidEntityException
-
InvalidEntityException
-
InvalidEntityException
-