|
|||||||||||
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
org.apache.xmlrpc.ParseFailed
Thrown as the result of an parse failure.
XmlRpcRequestProcessor
,
Serialized FormField Summary | |
protected java.lang.Exception |
cause
|
Fields inherited from class java.lang.RuntimeException |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
ParseFailed(java.lang.Exception cause)
|
|
ParseFailed(java.lang.String message)
|
Method Summary | |
java.lang.Throwable |
getCause()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, 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 |
Field Detail |
protected java.lang.Exception cause
Constructor Detail |
public ParseFailed(java.lang.String message)
public ParseFailed(java.lang.Exception cause)
Method Detail |
public java.lang.Throwable getCause()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |