|
||||||||||
| 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
public class RequirementsException
| Constructor Summary | |
|---|---|
RequirementsException()
Constructor. |
|
RequirementsException(String messageParam)
Constructor with a message associated to the exception |
|
RequirementsException(String messageParam,
Throwable causeParam)
Constructor with a message and a cause associated to the exception |
|
RequirementsException(Throwable causeParam)
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 RequirementsException()
public RequirementsException(String messageParam)
message - the message.
public RequirementsException(String messageParam,
Throwable causeParam)
messageParam - the message.causeParam - The cause throwable.public RequirementsException(Throwable causeParam)
causeParam - The cause throwable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||