Class EncryptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.report.model.api.ModelException
org.eclipse.birt.report.model.api.activity.SemanticException
org.eclipse.birt.report.model.api.command.EncryptionException
- All Implemented Interfaces:
Serializable
Indicates an error when setting the name of an element.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Error code indicating the property is not encryptable but wanna set encryption.static final String
Error code indicating the property is not encryptable but wanna set encryption.Fields inherited from class org.eclipse.birt.report.model.api.activity.SemanticException
DESIGN_EXCEPTION__EXPORT_ELEMENT_FAIL, element
Fields inherited from class org.eclipse.birt.report.model.api.ModelException
PLUGIN_ID
Fields inherited from class org.eclipse.birt.core.exception.BirtException
CANCEL, ERROR, INFO, oaMessageArguments, OK, pluginId, rb, severity, sResourceKey, WARNING
-
Constructor Summary
ConstructorsConstructorDescriptionEncryptionException
(org.eclipse.birt.report.model.core.DesignElement obj, String errCode, String[] args) Constructor. -
Method Summary
Methods inherited from class org.eclipse.birt.report.model.api.activity.SemanticException
getElement, getElementName, getMessage
Methods inherited from class org.eclipse.birt.core.exception.BirtException
getErrorCode, getLocalizedMessage, getPluginId, getSeverity, setSeverity
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DESIGN_EXCEPTION_INVALID_ENCRYPTABLE_PROPERTY
Error code indicating the property is not encryptable but wanna set encryption.- See Also:
-
DESIGN_EXCEPTION_INVALID_ENCRYPTION
Error code indicating the property is not encryptable but wanna set encryption.- See Also:
-
-
Constructor Details
-
Method Details
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classSemanticException
-