Class EncryptionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EncryptionException
    extends SemanticException
    Indicates an error when setting the name of an element.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EncryptionException​(org.eclipse.birt.report.model.core.DesignElement obj, java.lang.String errCode, java.lang.String[] args)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLocalizedMessage()  
      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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 -