Class ModelException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ModelNotFoundException

public abstract class ModelException extends AbstractCheckedException
The root of the hierarchy of all checked model exceptions.
Since:
2.2
See Also:
  • Constructor Details

    • ModelException

      public ModelException(String message)
      Constructs a ModelException with the specified detail message.
      Parameters:
      message - The detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).