September 2005
Intermediate to advanced
240 pages
6h 28m
English
These are all the deviations and errors that occur during processing. All of the deviations are derived from Deviation.
public class Deviation
extends Exception
{
public Deviation( String explanation )
}
public class CDCategoryFormatDeviation
extends Deviation
{
public CDCategoryFormatDeviation( String explanation )
}
public class SeriousErrorException
extends RuntimeException
{
public SeriousErrorException( )
public SeriousErrorException( String explanation, Exception aException )
}