|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.w3c.css.sac.CSSException
com.vaadin.sass.internal.parser.ParseException
com.vaadin.sass.internal.parser.SCSSParseException
public class SCSSParseException
| Field Summary |
|---|
| Fields inherited from class com.vaadin.sass.internal.parser.ParseException |
|---|
currentToken, eol, expectedTokenSequences, specialConstructor, tokenImage |
| Fields inherited from class org.w3c.css.sac.CSSException |
|---|
code, e, s, S_SAC_NOT_SUPPORTED_ERR, S_SAC_SYNTAX_ERR, S_SAC_UNSPECIFIED_ERR, SAC_NOT_SUPPORTED_ERR, SAC_SYNTAX_ERR, SAC_UNSPECIFIED_ERR |
| Constructor Summary | |
|---|---|
SCSSParseException(ParseException parseException,
String fileName)
|
|
| Method Summary | |
|---|---|
String |
getMessage()
This method has the standard behavior when this object has been created using the standard constructors. |
| Methods inherited from class com.vaadin.sass.internal.parser.ParseException |
|---|
add_escapes |
| Methods inherited from class org.w3c.css.sac.CSSException |
|---|
getCode, getException |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SCSSParseException(ParseException parseException,
String fileName)
| Method Detail |
|---|
public String getMessage()
ParseException
getMessage in class ParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||