java.lang.Object
java.lang.Throwable
java.lang.Exception
org.javahispano.canyamo.util.html.validator.ParseException
- All Implemented Interfaces:
- java.io.Serializable
- public class ParseException
- extends java.lang.Exception
A validation exception. This exception is thrown when when the process of
evaluating an HTML expression can't be accomplished.
- Version:
- 1.0
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParseException
public ParseException()
- Constructor for the ParseException object
ParseException
public ParseException(java.lang.String message)
- Constructor for the ParseException object
ParseException
public ParseException(java.lang.Exception e)
- Constructor for the ParseException object