Uses of Interface
org.teiid.core.BundleUtil.Event
-
Packages that use BundleUtil.Event Package Description org.teiid.core org.teiid.core.crypto org.teiid.core.types org.teiid.core.util -
-
Uses of BundleUtil.Event in org.teiid.core
Classes in org.teiid.core that implement BundleUtil.Event Modifier and Type Class Description static class
CorePlugin.Event
Methods in org.teiid.core with parameters of type BundleUtil.Event Modifier and Type Method Description String
BundleUtil. gs(BundleUtil.Event key, Object... parameters)
-
Uses of BundleUtil.Event in org.teiid.core.crypto
Constructors in org.teiid.core.crypto with parameters of type BundleUtil.Event Constructor Description CryptoException(BundleUtil.Event code, String message)
Construct an instance with the message and error code specified.CryptoException(BundleUtil.Event code, Throwable e)
CryptoException(BundleUtil.Event code, Throwable e, String message)
Construct an instance from a message and a code and an exception to chain to this one. -
Uses of BundleUtil.Event in org.teiid.core.types
Constructors in org.teiid.core.types with parameters of type BundleUtil.Event Constructor Description TransformationException(BundleUtil.Event event, String message)
TransformationException(BundleUtil.Event event, Throwable t, String message)
-
Uses of BundleUtil.Event in org.teiid.core.util
Constructors in org.teiid.core.util with parameters of type BundleUtil.Event Constructor Description InvalidPropertyException(BundleUtil.Event event, String propertyName, Object value, Class<?> expectedType, Throwable cause)
-