Class CssExceptions.CssScannerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.idpf.epubcheck.util.css.CssExceptions.CssException
org.idpf.epubcheck.util.css.CssExceptions.CssScannerException
- All Implemented Interfaces:
Serializable
- Enclosing class:
CssExceptions
An exception with lexical origins.
-
Field Summary
FieldsFields inherited from class CssExceptions.CssException
errorCode, location, token -
Constructor Summary
ConstructorsConstructorDescriptionCssScannerException(CssExceptions.CssErrorCode errorCode, CssLocation location, Locale locale, Object... arguments) CssScannerException(CssToken token, 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
-
CssScannerException
CssScannerException(CssToken token, CssExceptions.CssErrorCode errorCode, CssLocation location, Locale locale, Object... arguments) -
CssScannerException
CssScannerException(CssExceptions.CssErrorCode errorCode, CssLocation location, Locale locale, Object... arguments)
-