public class EncryptionException extends SemanticException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DESIGN_EXCEPTION_INVALID_ENCRYPTABLE_PROPERTY
Error code indicating the property is not encryptable but wanna set
encryption.
|
static java.lang.String |
DESIGN_EXCEPTION_INVALID_ENCRYPTION
Error code indicating the property is not encryptable but wanna set
encryption.
|
DESIGN_EXCEPTION__EXPORT_ELEMENT_FAIL, element
PLUGIN_ID
Constructor and Description |
---|
EncryptionException(org.eclipse.birt.report.model.core.DesignElement obj,
java.lang.String errCode,
java.lang.String[] args)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalizedMessage() |
getElement, getElementName, getMessage
getErrorCode, getLocalizedMessage, getPluginId, getSeverity, setSeverity
public static final java.lang.String DESIGN_EXCEPTION_INVALID_ENCRYPTABLE_PROPERTY
public static final java.lang.String DESIGN_EXCEPTION_INVALID_ENCRYPTION
public EncryptionException(org.eclipse.birt.report.model.core.DesignElement obj, java.lang.String errCode, java.lang.String[] args)
obj
- the element being changed.str
- the name that caused the error.errCode
- what went wrong.args
- public java.lang.String getLocalizedMessage()
getLocalizedMessage
in class SemanticException
Copyright © 2008 Actuate Corp. All rights reserved.