Package no.ntnu.idatt

Class RemoveException

All Implemented Interfaces:
Serializable

public class RemoveException extends Exception
Checked exception that throws if item is not removed.

Checked exceptions need to be declared in a method or constructor's throws clause if they can be thrown by the execution of the method or constructor and propagate outside the method or constructor boundary.

See Also:
Serialized Form
  • Constructor Details

    • RemoveException

      public RemoveException(String message)