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
-
ParseException()
- Constructs an
ParseException with no specified detail
message.
-
ParseException(String)
- Constructs an
ParseException with the specified detail
message.
Constructors
ParseException
public ParseException()
- Constructs an
ParseException with no specified detail
message.
ParseException
public ParseException(String s)
- Constructs an
ParseException with the specified detail
message.
- Parameters:
- s - the detail message.