All Packages Class Hierarchy This Package Previous Next Index

Class org.jfouffa.parser.html.ParseException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----org.jfouffa.parser.html.ParseException

public class ParseException
extends Exception
The exception used by the Parser


Constructor index

 o ParseException()
Constructs an ParseException with no specified detail message.
 o ParseException(String)
Constructs an ParseException with the specified detail message.

Constructors

 o ParseException
 public ParseException()
Constructs an ParseException with no specified detail message.

 o ParseException
 public ParseException(String s)
Constructs an ParseException with the specified detail message.

Parameters:
s - the detail message.