Package org.apache.flink.table.module
Class ModuleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.table.module.ModuleException
- All Implemented Interfaces:
Serializable
Exception related to modules.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModuleException(String message) Creates a newModuleException.ModuleException(String message, Throwable throwable) Creates a newModuleException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModuleException
Creates a newModuleException. -
ModuleException
Creates a newModuleException.
-