Package org.apache.flink.client.cli
Class CliArgsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.client.cli.CliArgsException
-
- All Implemented Interfaces:
Serializable
public class CliArgsException extends Exception
Special exception that is thrown when the command line parsing fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CliArgsException(String message)
CliArgsException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-