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.
-
getBorrower()
- Returns the
Borrower associated with this exception
-
getDate()
- Returns the due date associated with this exception
-
getFine()
- Returns the fine associated with this exception
getBorrower
public Borrower getBorrower()
- Returns the
Borrower associated with this exception
getDate
public Date getDate()
- Returns the due date associated with this exception
getFine
public float getFine()
- Returns the fine associated with this exception
All Packages Class Hierarchy This Package Previous Next Index