All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.dorm4.fls.OverdueException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----org.dorm4.fls.OverdueException

public class OverdueException
extends Exception
Thrown if an item is overdue.


Method Index

 o getBorrower()
Returns the Borrower associated with this exception
 o getDate()
Returns the due date associated with this exception
 o getFine()
Returns the fine associated with this exception

Methods

 o getBorrower
 public Borrower getBorrower()
Returns the Borrower associated with this exception

 o getDate
 public Date getDate()
Returns the due date associated with this exception

 o getFine
 public float getFine()
Returns the fine associated with this exception


All Packages  Class Hierarchy  This Package  Previous  Next  Index