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
public class ProgramParametrizationException extends RuntimeException
Exception used to indicate that there is an error in the parametrization of a Flink program.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProgramParametrizationException(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 Detail
-
ProgramParametrizationException
public ProgramParametrizationException(String message)
Creates a ProgramParametrizationException with the given message.- Parameters:
message- The program usage string.
-
-