Package org.teiid.api.exception.query
Class FunctionMetadataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.teiid.core.TeiidException
-
- org.teiid.core.TeiidProcessingException
-
- org.teiid.api.exception.query.QueryProcessingException
-
- org.teiid.api.exception.query.FunctionMetadataException
-
- All Implemented Interfaces:
Serializable
public class FunctionMetadataException extends QueryProcessingException
Detected invalid function metadata during validation.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.teiid.core.TeiidException
code
-
-
Constructor Summary
Constructors Constructor Description FunctionMetadataException()
No-arg constructor required by Externalizable semantics.FunctionMetadataException(String message)
Construct an instance with the message specified.FunctionMetadataException(Throwable e, String message)
Construct an instance from a message and an exception to chain to this one.FunctionMetadataException(BundleUtil.Event event, String msg)
FunctionMetadataException(BundleUtil.Event event, Throwable e)
FunctionMetadataException(BundleUtil.Event event, Throwable e, String msg)
-
Method Summary
-
Methods inherited from class org.teiid.core.TeiidException
getCode, getMessage, getOriginalType, setCode, setOriginalType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FunctionMetadataException
public FunctionMetadataException()
No-arg constructor required by Externalizable semantics.
-
FunctionMetadataException
public FunctionMetadataException(String message)
Construct an instance with the message specified.- Parameters:
message
- A message describing the exception
-
FunctionMetadataException
public FunctionMetadataException(Throwable e, String message)
Construct an instance from a message and an exception to chain to this one.- Parameters:
message
- A message describing the exceptione
- An exception to nest within this one
-
FunctionMetadataException
public FunctionMetadataException(BundleUtil.Event event, Throwable e)
-
FunctionMetadataException
public FunctionMetadataException(BundleUtil.Event event, Throwable e, String msg)
-
FunctionMetadataException
public FunctionMetadataException(BundleUtil.Event event, String msg)
-
-