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
@PublicEvolving public class ModuleException extends RuntimeException
Exception related to modules.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModuleException(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 Detail
-
ModuleException
public ModuleException(String message)
Creates a newModuleException
.
-
ModuleException
public ModuleException(String message, Throwable throwable)
Creates a newModuleException
.
-
-