java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.w3c.css.sac.CSSException
org.w3c.css.sac.CSSParseException
All Implemented Interfaces:
Serializable
This exception will include information for locating the error in the original CSS document. Note that although the application will receive a CSSParseException as the argument to the handlers in the ErrorHandler interface, the application is not actually required to throw the exception; instead, it can simply read the information in it and take a different action.
Since this exception is a subclass of CSSException, it inherits the ability to wrap another exception.
$
- Revision: 477010 $Philippe
- Le HegaretFields inherited from org.w3c.css.sac.CSSException: |
---|
s, SAC_UNSPECIFIED_ERR, SAC_NOT_SUPPORTED_ERR, SAC_SYNTAX_ERR, S_SAC_UNSPECIFIED_ERR, S_SAC_NOT_SUPPORTED_ERR, S_SAC_SYNTAX_ERR, e, code |
Fields inherited from java.lang.RuntimeException: |
---|
serialVersionUID |
Fields inherited from java.lang.Exception: |
---|
serialVersionUID |
Constructor: |
---|
This constructor is especially useful when an application is creating its own exception from within a DocumentHandler callback.
|
This constructor is especially useful when an application is creating its own exception from within a DocumentHandler callback, and needs to wrap an existing exception that is not a subclass of CSSException.
|
This constructor is most useful for parser writers. the parser must resolve the URI fully before creating the exception.
|
This constructor is most useful for parser writers who need to wrap an exception that is not a subclass of CSSException. The parser must resolve the URI fully before creating the exception.
|
Method from org.w3c.css.sac.CSSParseException Summary: |
---|
getColumnNumber, getLineNumber, getURI |
Methods from org.w3c.css.sac.CSSException: |
---|
getCode, getException, getMessage |
Methods from java.lang.Throwable: |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.w3c.css.sac.CSSParseException Detail: |
---|
The first column in a line is position 1. |
|
The URI will be resolved fully. |