|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.googlecode.jbp.common.requirements.RequirementsException
com.googlecode.jbp.common.requirements.PreConditionException
public class PreConditionException
Exception thrown if a pre-condition is not met.
| Constructor Summary | |
|---|---|
PreConditionException()
Constructor. |
|
PreConditionException(String message)
Constructor with a message associated to the exception. |
|
PreConditionException(String message,
Throwable cause)
Constructor with a message and a cause associated to the exception |
|
PreConditionException(Throwable cause)
Constructor with a cause associated to the exception |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PreConditionException()
public PreConditionException(String message)
message - The message.
public PreConditionException(String message,
Throwable cause)
message - the message.cause - The cause throwable.public PreConditionException(Throwable cause)
cause - The cause throwable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||