|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.directwebremoting.json.InvalidJsonException
public class InvalidJsonException
| Constructor Summary | |
|---|---|
InvalidJsonException()
|
|
InvalidJsonException(java.lang.String reason)
|
|
InvalidJsonException(java.lang.String reason,
java.lang.Throwable ex)
|
|
InvalidJsonException(java.lang.Throwable ex)
|
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidJsonException()
public InvalidJsonException(java.lang.String reason)
reason - The reason for the failurepublic InvalidJsonException(java.lang.Throwable ex)
ex - The cause of the failure
public InvalidJsonException(java.lang.String reason,
java.lang.Throwable ex)
reason - The reason for the failureex - The cause of the failure
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||