Package org.idpf.epubcheck.util.css
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:
java.io.Serializable
- Enclosing class:
- CssExceptions
static class CssExceptions.CssGrammarException extends CssExceptions.CssException
An exception with grammatical origins.
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID-
Fields inherited from class org.idpf.epubcheck.util.css.CssExceptions.CssException
errorCode, location, token
-
-
Constructor Summary
Constructors Constructor Description CssGrammarException(CssExceptions.CssErrorCode errorCode, CssLocation location, java.util.Locale locale, java.lang.Object... arguments)
-
Method Summary
-
Methods inherited from class org.idpf.epubcheck.util.css.CssExceptions.CssException
equals, getErrorCode, getLocation, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CssGrammarException
CssGrammarException(CssExceptions.CssErrorCode errorCode, CssLocation location, java.util.Locale locale, java.lang.Object... arguments)
-
-