Class UnsupportedMarkTypeException

Object
Throwable
Exception
AnchorCheckedException
UnsupportedMarkTypeException
All Implemented Interfaces:
Serializable

public class UnsupportedMarkTypeException extends AnchorCheckedException
Exception thrown when an unsupported mark type is encountered.

This exception is used to indicate that a particular type of mark is not supported in the current context or operation.

See Also:
  • Constructor Details

    • UnsupportedMarkTypeException

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

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