Class FastTextDetector.FastTextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.languagetool.language.identifier.detector.FastTextDetector.FastTextException
- All Implemented Interfaces:
Serializable
- Enclosing class:
FastTextDetector
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanShouldFastTextDetectorbe disable after this exceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
disabled
private final boolean disabled
-
-
Constructor Details
-
FastTextException
-
-
Method Details
-
isDisabled
public boolean isDisabled()ShouldFastTextDetectorbe disable after this exception
-