Skip to Main Content
Prefactoring
book

Prefactoring

by Ken Pugh
September 2005
Intermediate to advanced content levelIntermediate to advanced
240 pages
6h 28m
English
O'Reilly Media, Inc.
Content preview from Prefactoring

B.6. com.samscdrental.failures Package

These are all the deviations and errors that occur during processing. All of the deviations are derived from Deviation.

B.6.1. Deviation.java

public class Deviation
    extends Exception
    {
    public Deviation( String explanation )

    }

B.6.2. CDCategoryFormatDeviation.java

public class CDCategoryFormatDeviation
    extends Deviation
    {
    public CDCategoryFormatDeviation( String explanation )

    }

B.6.3. Other Deviations

CheckInDeviation.java
CheckOutDeviation.java
CustomerIDFormatDeviation.java
DollarFormatDeviation.java
ImportFileDeviation.java
ImportFormatDeviation.java
LateReturnDeviation.java
NameFormatDeviation.java
ParseLineDeviation.java
PhysicalIDFormatDeviation.java
PrinterFailureDeviation.java
StatusDeviation.java
UPCCodeFormatDeviation.java

B.6.4. SeriousErrorException.java

public class SeriousErrorException
    extends RuntimeException
    {
    public SeriousErrorException(  )
    public SeriousErrorException( String explanation, Exception aException )
    }
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Understanding Unittest.Mock

Understanding Unittest.Mock

Mario Corchero
Java™ Performance

Java™ Performance

Charlie Hunt, Binu John

Publisher Resources

ISBN: 0596008740Supplemental ContentCatalog PageErrata