Package org.apache.flink.client.program
Class ProgramParametrizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.client.program.ProgramParametrizationException
- All Implemented Interfaces:
Serializable
Exception used to indicate that there is an error in the parametrization of a Flink program.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProgramParametrizationException(String message) Creates a ProgramParametrizationException with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProgramParametrizationException
Creates a ProgramParametrizationException with the given message.- Parameters:
message- The program usage string.
-