com.ail.core.configure.server
Class CarProcessingError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.ail.core.BaseError
              extended by com.ail.core.configure.server.CarProcessingError
All Implemented Interfaces:
java.io.Serializable

public class CarProcessingError
extends BaseError

This error is thrown in the event of a system error during the processing of a car (configuration archive) file.

Version:
$Revision: 1.1 $
See Also:
Serialized Form

Constructor Summary
CarProcessingError(BaseException e)
           
CarProcessingError(java.lang.String description)
           
CarProcessingError(java.lang.String description, java.lang.Throwable target)
           
 
Method Summary
 
Methods inherited from class com.ail.core.BaseError
getDescription, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CarProcessingError

public CarProcessingError(java.lang.String description)

CarProcessingError

public CarProcessingError(java.lang.String description,
                          java.lang.Throwable target)

CarProcessingError

public CarProcessingError(BaseException e)