Package org.duckdb
Class DuckDBFunctions.FunctionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.duckdb.DuckDBFunctions.FunctionException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DuckDBFunctions
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionException(String message) FunctionException(String message, Throwable cause) FunctionException(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
-
FunctionException
-
FunctionException
-
FunctionException
-