org.apache.xmlrpc
Class ParseFailed

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.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
           
 
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, printStackTrace, printStackTrace, printStackTrace, 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.