Package bagel

Class BagelError

All Implemented Interfaces:
Serializable

public class BagelError extends RuntimeException
A wrapper class for any exceptions thrown by Bagel. As Bagel is used for introductory Java, no checked exceptions may be thrown.
See Also:
  • Constructor Details