Class IncludeMarksFailureException

Object
Throwable
Exception
AnchorCheckedException
IncludeMarksFailureException
All Implemented Interfaces:
Serializable

public class IncludeMarksFailureException extends AnchorCheckedException
Exception thrown when there's a failure in including marks during the add criteria process.

This exception extends AnchorCheckedException and is used specifically in the context of mark inclusion operations.

See Also:
  • Constructor Details

    • IncludeMarksFailureException

      public IncludeMarksFailureException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method)
    • IncludeMarksFailureException

      public IncludeMarksFailureException(Exception cause)
      Constructs a new exception with the specified cause.
      Parameters:
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method)