|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java2gomd.GomdException
java2gomd.IllegalRequestCharsException
Indicates you somehow have strange characters in your request
Constructor Summary | |
IllegalRequestCharsException()
Constructor |
Method Summary | |
char[] |
getLegalChars()
Show the user wich chars are ok to use |
boolean |
validateChar(char c)
Check if the specified char is ok to use |
int[] |
validateString(java.lang.String s)
Check if the specified String is ok to use |
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 IllegalRequestCharsException()
Method Detail |
public char[] getLegalChars()
public boolean validateChar(char c)
c
- The character to check
public int[] validateString(java.lang.String s)
s
- The String to validate
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |