Package org.languagetool.language
Class RuleFilenameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.languagetool.language.RuleFilenameException
-
- All Implemented Interfaces:
Serializable
public class RuleFilenameException extends RuntimeException
Thrown if external rule filename doesn't match the required format.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuleFilenameException(File file)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RuleFilenameException
public RuleFilenameException(File file)
-
-