com.ail.core
Class PreconditionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ail.core.BaseException
              extended by com.ail.core.PreconditionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DuplicateProductException, UnknownProductException

public class PreconditionException
extends BaseException

The Precondition exception is thrown to indicate the violation of an entry points precondition.

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

Constructor Summary
PreconditionException(java.lang.String description)
          Constructor
 
Method Summary
 
Methods inherited from class com.ail.core.BaseException
addError, 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

PreconditionException

public PreconditionException(java.lang.String description)
Constructor

Parameters:
description - A description of the pre-condition that has been violaated.