Class EncryptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.birt.core.exception.BirtException
All Implemented Interfaces:
Serializable

public class EncryptionException extends SemanticException
Indicates an error when setting the name of an element.
See Also:
  • Field Details

    • DESIGN_EXCEPTION_INVALID_ENCRYPTABLE_PROPERTY

      public static final String DESIGN_EXCEPTION_INVALID_ENCRYPTABLE_PROPERTY
      Error code indicating the property is not encryptable but wanna set encryption.
      See Also:
    • DESIGN_EXCEPTION_INVALID_ENCRYPTION

      public static final String DESIGN_EXCEPTION_INVALID_ENCRYPTION
      Error code indicating the property is not encryptable but wanna set encryption.
      See Also:
  • Constructor Details

    • EncryptionException

      public EncryptionException(org.eclipse.birt.report.model.core.DesignElement obj, String errCode, String[] args)
      Constructor.
      Parameters:
      obj - the element being changed.
      str - the name that caused the error.
      errCode - what went wrong.
      args -
  • Method Details