|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.melati.poem.PoemException org.melati.util.MelatiRuntimeException org.melati.util.MelatiBugMelatiException org.melati.template.FormParameterException
public class FormParameterException
Something is wrong with this parameter.
Field Summary |
---|
Fields inherited from class org.melati.util.MelatiBugMelatiException |
---|
bug |
Fields inherited from class org.melati.poem.PoemException |
---|
subException |
Constructor Summary | |
---|---|
FormParameterException(String paramP,
String errorP)
Constructor. |
Method Summary |
---|
Methods inherited from class org.melati.util.MelatiBugMelatiException |
---|
getMessage |
Methods inherited from class org.melati.util.MelatiRuntimeException |
---|
innermostException |
Methods inherited from class org.melati.poem.PoemException |
---|
getCoreMessage, initCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FormParameterException(String paramP, String errorP)
paramP
- the Form parameter nameerrorP
- the description of the problem
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |