Class MemoableResetException

All Implemented Interfaces:
Serializable

public class MemoableResetException extends ClassCastException
Exception to be thrown on a failure to reset an object implementing Memoable.

The exception extends ClassCastException to enable users to have a single handling case, only introducing specific handling of this one if required.

See Also:
  • Constructor Details

    • MemoableResetException

      public MemoableResetException(String msg)
      Basic Constructor.
      Parameters:
      msg - message to be associated with this exception.