org.apache.xmlrpc

Class ParseFailed

public class ParseFailed extends RuntimeException

Thrown as the result of an parse failure.

Since: 1.2

Author: Andrew Evers

See Also: XmlRpcRequestProcessor

Field Summary
protected Exceptioncause
Constructor Summary
ParseFailed(String message)
ParseFailed(Exception cause)
Method Summary
ThrowablegetCause()

Field Detail

cause

protected Exception cause

Constructor Detail

ParseFailed

public ParseFailed(String message)

ParseFailed

public ParseFailed(Exception cause)

Method Detail

getCause

public Throwable getCause()
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.