Class CssExceptions.CssException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.idpf.epubcheck.util.css.CssExceptions.CssException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CssExceptions.CssGrammarException, CssExceptions.CssScannerException
- Enclosing class:
CssExceptions
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final CssExceptions.CssErrorCode(package private) final CssLocationprivate static final long(package private) final com.google.common.base.Optional<CssToken> -
Constructor Summary
ConstructorsConstructorDescriptionCssException(CssExceptions.CssErrorCode errorCode, CssLocation location, Locale locale, Object... arguments) CssException(CssToken token, CssExceptions.CssErrorCode errorCode, CssLocation location, Locale locale, Object... arguments) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
errorCode
-
location
-
token
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
CssException
CssException(CssToken token, CssExceptions.CssErrorCode errorCode, CssLocation location, Locale locale, Object... arguments) -
CssException
CssException(CssExceptions.CssErrorCode errorCode, CssLocation location, Locale locale, Object... arguments)
-
-
Method Details
-
getErrorCode
-
getLocation
-
toString
-
equals
-