Package oracle.pgx.api
Class CompileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- oracle.pgx.api.CompileException
-
- All Implemented Interfaces:
java.io.Serializable
public class CompileException extends java.lang.Exception
An exception indicating a compilation error on PGX side- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompileException(java.lang.String msg)
CompileException(java.lang.String msg, java.lang.Throwable cause)
CompileException(java.lang.Throwable cause)
-