Class CssExceptions.CssGrammarException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.idpf.epubcheck.util.css.CssExceptions.CssException
org.idpf.epubcheck.util.css.CssExceptions.CssGrammarException
- All Implemented Interfaces:
Serializable
- Enclosing class:
CssExceptions
An exception with grammatical origins.
-
Field Summary
FieldsFields inherited from class CssExceptions.CssException
errorCode, location, token -
Constructor Summary
ConstructorsConstructorDescriptionCssGrammarException(CssExceptions.CssErrorCode errorCode, CssLocation location, Locale locale, Object... arguments) -
Method Summary
Methods inherited from class CssExceptions.CssException
equals, getErrorCode, getLocation, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
CssGrammarException
CssGrammarException(CssExceptions.CssErrorCode errorCode, CssLocation location, Locale locale, Object... arguments)
-