All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.parser.CssParseException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----org.w3c.css.parser.analyzer.ParseException
|
+----org.w3c.css.parser.CssParseException
- public class CssParseException
- extends ParseException
-
CssParseException(Exception)
- Create a new CssParseException
-
getContexts()
- Returns the attribute contexts
-
getException()
-
-
getExp()
- Returns the attribute exp
-
getMessage()
- Get the exception message
-
getProperty()
- Returns the attribute property
-
getSkippedString()
- Returns the attribute skippedString
-
isParseException()
-
-
setContexts(Vector)
- Set the attribute contexts
-
setExp(CssExpression)
- Set the attribute exp
-
setProperty(String)
- Set the attribute property
-
setSkippedString(String)
- Set the attribute skippedString
CssParseException
public CssParseException(Exception exc)
- Create a new CssParseException
getException
public Exception getException()
isParseException
public boolean isParseException()
getMessage
public String getMessage()
- Get the exception message
- Overrides:
- getMessage in class ParseException
setContexts
public void setContexts(Vector contexts)
- Set the attribute contexts
- Parameters:
- contexts - the new value for the attribute
getContexts
public Vector getContexts()
- Returns the attribute contexts
- Returns:
- the value of the attribute
setProperty
public void setProperty(String property)
- Set the attribute property
- Parameters:
- property - the new value for the attribute
getProperty
public String getProperty()
- Returns the attribute property
- Returns:
- the value of the attribute
setSkippedString
public void setSkippedString(String skippedString)
- Set the attribute skippedString
- Parameters:
- skippedString - the new value for the attribute
getSkippedString
public String getSkippedString()
- Returns the attribute skippedString
- Returns:
- the value of the attribute
setExp
public void setExp(CssExpression exp)
- Set the attribute exp
- Parameters:
- exp - the new value for the attribute
getExp
public CssExpression getExp()
- Returns the attribute exp
- Returns:
- the value of the attribute
All Packages Class Hierarchy This Package Previous Next Index