|
||||||||||
| 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.PostConditionException
public class PostConditionException
Exception thrown if a post-condition is not met.
| Constructor Summary | |
|---|---|
PostConditionException()
Constructor. |
|
PostConditionException(String message)
Constructor with a message associated to the exception. |
|
PostConditionException(String message,
Throwable cause)
Constructor with a message and a cause associated to the exception |
|
PostConditionException(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 PostConditionException()
public PostConditionException(String message)
message - The message.
public PostConditionException(String message,
Throwable cause)
message - the message.cause - The cause throwable.public PostConditionException(Throwable cause)
cause - The cause throwable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||