org.eclipse.birt.report.model.api.command
Class EncryptionException

java.lang.Object
  extended by BirtException
      extended by org.eclipse.birt.report.model.api.ModelException
          extended by org.eclipse.birt.report.model.api.activity.SemanticException
              extended by org.eclipse.birt.report.model.api.command.EncryptionException

public class EncryptionException
extends SemanticException

Indicates an error when setting the name of an element.


Field Summary
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.
 
Fields inherited from class org.eclipse.birt.report.model.api.activity.SemanticException
element
 
Fields inherited from class org.eclipse.birt.report.model.api.ModelException
PLUGIN_ID
 
Constructor Summary
EncryptionException(org.eclipse.birt.report.model.core.DesignElement obj, java.lang.String errCode, java.lang.String[] args)
          Constructor.
 
Method Summary
 java.lang.String getLocalizedMessage()
           
 
Methods inherited from class org.eclipse.birt.report.model.api.activity.SemanticException
getElement, getElementName, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESIGN_EXCEPTION_INVALID_ENCRYPTABLE_PROPERTY

public static final java.lang.String DESIGN_EXCEPTION_INVALID_ENCRYPTABLE_PROPERTY
Error code indicating the property is not encryptable but wanna set encryption.

See Also:
Constant Field Values

DESIGN_EXCEPTION_INVALID_ENCRYPTION

public static final java.lang.String DESIGN_EXCEPTION_INVALID_ENCRYPTION
Error code indicating the property is not encryptable but wanna set encryption.

See Also:
Constant Field Values
Constructor Detail

EncryptionException

public EncryptionException(org.eclipse.birt.report.model.core.DesignElement obj,
                           java.lang.String errCode,
                           java.lang.String[] args)
Constructor.

Parameters:
obj - the element being changed.
str - the name that caused the error.
errCode - what went wrong.
args -
Method Detail

getLocalizedMessage

public java.lang.String getLocalizedMessage()


Copyright © 2008 Actuate Corp. All rights reserved.