Package cz.cvut.kbss.jopa.oom.exception
Class EntityDeconstructionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.cvut.kbss.jopa.oom.exception.EntityDeconstructionException
- All Implemented Interfaces:
Serializable
Indicates and error during the process of mapping an entity to axioms.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityDeconstructionException
(String message) EntityDeconstructionException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityDeconstructionException
-
EntityDeconstructionException
-
EntityDeconstructionException
-