Class EntityProcessorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.ie3.datamodel.exceptions.EntityProcessorException
All Implemented Interfaces:
Serializable

public class EntityProcessorException extends RuntimeException
Is thrown, when an something went wrong during entity field mapping creation in a EntityProcessor
See Also:
  • Constructor Details

    • EntityProcessorException

      public EntityProcessorException(String message, Throwable cause)
    • EntityProcessorException

      public EntityProcessorException(Throwable cause)
    • EntityProcessorException

      public EntityProcessorException(String message)