Class FlinkParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.util.FlinkException
-
- org.apache.flink.runtime.entrypoint.FlinkParseException
-
- All Implemented Interfaces:
Serializable
public class FlinkParseException extends FlinkException
Exception which indicates that the parsing of command line arguments failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlinkParseException(String message)
FlinkParseException(String message, Throwable cause)
FlinkParseException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-