|
|||||||||
| 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
blather.exceptions.BogusParameterException
public class BogusParameterException
The BogusParameterException provides a mechanism for the controller to signal to the view that some parameter it supplied is invalid. Of course, in a perfect world, the view would be coded defensively and would validate its own data. However, the controller is still responsible for ensuring the consistency of supplied data.
| Constructor Summary | |
|---|---|
BogusParameterException(java.lang.String message)
Constructs a new BogusParameterException with a given explanation. |
|
| 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 BogusParameterException(java.lang.String message)
message -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||