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

public class EntityDeconstructionException extends RuntimeException
Indicates and error during the process of mapping an entity to axioms.
See Also:
  • Constructor Details

    • EntityDeconstructionException

      public EntityDeconstructionException(String message)
    • EntityDeconstructionException

      public EntityDeconstructionException(Throwable cause)
    • EntityDeconstructionException

      public EntityDeconstructionException(String message, Throwable cause)