Uses of Enum Class
com.adobe.epubcheck.util.SourceSet.ParseError
Packages that use SourceSet.ParseError
-
Uses of SourceSet.ParseError in com.adobe.epubcheck.util
Subclasses with type arguments of type SourceSet.ParseError in com.adobe.epubcheck.utilModifier and TypeClassDescriptionstatic enumCodes for the various parsing errors.Methods in com.adobe.epubcheck.util that return SourceSet.ParseErrorModifier and TypeMethodDescriptionstatic SourceSet.ParseErrorReturns the enum constant of this class with the specified name.static SourceSet.ParseError[]SourceSet.ParseError.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.adobe.epubcheck.util with parameters of type SourceSet.ParseErrorModifier and TypeMethodDescriptionvoidSourceSet.ErrorHandler.error(SourceSet.ParseError error, int position) private voidSourceSet.Parser.error(SourceSet.ParseError code, int position)