|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sf.jagzilla.exceptions.JagzillaException
net.sf.jagzilla.exceptions.BadParameterException
base class for all exceptions related to a bad parameter, which is not looked up dynamicallym but can be found in system constants. Throwing these type of execptions does not involve database access, NoSuchExceptions do, since they refere to dynamic data.
| Constructor Summary | |
BadParameterException()
|
|
BadParameterException(java.lang.String message)
|
|
| 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 BadParameterException()
public BadParameterException(java.lang.String message)
message -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||