|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ail.core.BaseException
com.ail.core.PreconditionException
public class PreconditionException
The Precondition exception is thrown to indicate the violation of an entry points precondition.
| 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 |
|---|
public PreconditionException(java.lang.String description)
description - A description of the pre-condition that has been
violaated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||