Class Css2GssConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.gwt.resources.css.ast.CssCompilerException
com.google.gwt.resources.converter.Css2GssConversionException
- All Implemented Interfaces:
Serializable
public class Css2GssConversionException
extends com.google.gwt.resources.css.ast.CssCompilerException
Css2GssConversionException signals a problem with the conversion from CSS to GSS.
- See Also:
-
Constructor Summary
ConstructorDescriptionCss2GssConversionException
(String message) Css2GssConversionException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Css2GssConversionException
-
Css2GssConversionException
-