Uses of Class
de.jplag.ParsingException
Packages that use ParsingException
-
Uses of ParsingException in de.jplag
Methods in de.jplag that return ParsingExceptionModifier and TypeMethodDescriptionstatic ParsingExceptionParsingException.wrappingExceptions(Collection<ParsingException> exceptions) Creates a new parsing exception which wraps the provided exceptions.Method parameters in de.jplag with type arguments of type ParsingExceptionModifier and TypeMethodDescriptionstatic ParsingExceptionParsingException.wrappingExceptions(Collection<ParsingException> exceptions) Creates a new parsing exception which wraps the provided exceptions.Methods in de.jplag that throw ParsingException -
Uses of ParsingException in de.jplag.util
Methods in de.jplag.util that throw ParsingExceptionModifier and TypeMethodDescriptionstatic CharsetFileUtils.detectCharsetFromMultiple(Collection<File> files) Detects the most probable charset over the whole set of files.
Language.parse(Set, boolean)