com.ail.core.configure.server
Class CarProcessingError
java.lang.Object
java.lang.Throwable
java.lang.Error
com.ail.core.BaseError
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
| 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 |
CarProcessingError
public CarProcessingError(java.lang.String description)
CarProcessingError
public CarProcessingError(java.lang.String description,
java.lang.Throwable target)
CarProcessingError
public CarProcessingError(BaseException e)