| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception HTTPClient.ParseException
ParseException | public class ParseException extends Exception (Code) | | Signals that something went wrong while parsing data. Usually means the
input data was invalid.
version: 0.3-2 18/06/1999 author: Ronald Tschalär |
Constructor Summary | |
public | ParseException() Constructs an ParseException with no detail message. | public | ParseException(String s) Constructs an ParseException class with the specified detail message. |
ParseException | public ParseException()(Code) | | Constructs an ParseException with no detail message.
A detail message is a String that describes this particular exception.
|
ParseException | public ParseException(String s)(Code) | | Constructs an ParseException class with the specified detail message.
A detail message is a String that describes this particular exception.
Parameters: s - the String containing a detail message |
|
|
|