Package org.languagetool.commandline
Class WrongParameterNumberException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.languagetool.commandline.WrongParameterNumberException
- All Implemented Interfaces:
Serializable
Thrown if too few or too many command line parameters are specified.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WrongParameterNumberException
public WrongParameterNumberException()
-