Class AnchorCheckedException

Object
Throwable
Exception
AnchorCheckedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AnchorCombinableException, AnchorFriendlyCheckedException, ArrangeStackException, CheckedUnsupportedOperationException, ConcurrentModelException, CreateModelFailedException, DeserializationFailedException, ErrorNodeException, FeatureCalculationException, IncludeMarksFailureException, InputReadFailedException, InsufficientPointsException, PointsFitterException, SetOperationFailedException, UnitValueException, UnsupportedMarkTypeException, UpdateMarkSetException

public abstract class AnchorCheckedException extends Exception
A base class for all checked exceptions used on the Anchor platform.
Author:
Owen Feehan
See Also:
  • Constructor Details

    • AnchorCheckedException

      protected AnchorCheckedException()
      Creates without message or cause.
    • AnchorCheckedException

      protected AnchorCheckedException(String message, Throwable cause)
      Creates with message and cause.
      Parameters:
      message - the message.
      cause - the cause.
    • AnchorCheckedException

      protected AnchorCheckedException(String message)
      Creates with only a message.
      Parameters:
      message - the message.
    • AnchorCheckedException

      protected AnchorCheckedException(Throwable cause)
      Creates with only a cause.
      Parameters:
      cause - the cause.