org.apache.xmlrpc
Class ParseFailed

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.xmlrpc.ParseFailed
All Implemented Interfaces:
java.io.Serializable

public class ParseFailed
extends java.lang.RuntimeException

Thrown as the result of an parse failure.

Since:
1.2
Author:
Andrew Evers
See Also:
XmlRpcRequestProcessor, Serialized Form

Field 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

cause

protected java.lang.Exception cause
Constructor Detail

ParseFailed

public ParseFailed(java.lang.String message)

ParseFailed

public ParseFailed(java.lang.Exception cause)
Method Detail

getCause

public java.lang.Throwable getCause()


Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.