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 org.apache.flink.util.FlinkException
Exception which indicates that the parsing of command line arguments failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFlinkParseException(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
-
Constructor Details
-
FlinkParseException
-
FlinkParseException
-
FlinkParseException
-