Class FrameworkException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FrameworkException
    extends BirtException
    A checked exception representing a failure.

    Core exceptions contain a status object describing the cause of the exception.

    See Also:
    IStatus, Serialized Form
    • Field Detail

      • pluginId

        protected static java.lang.String pluginId
      • urb

        protected static com.ibm.icu.util.UResourceBundle urb
    • Constructor Detail

      • FrameworkException

        public FrameworkException​(java.lang.String errorCode)
      • FrameworkException

        public FrameworkException​(java.lang.String errorCode,
                                  java.lang.Throwable cause)
      • FrameworkException

        public FrameworkException​(java.lang.String errorCode,
                                  java.lang.Object[] args)
      • FrameworkException

        public FrameworkException​(java.lang.String errorCode,
                                  java.lang.Object[] args,
                                  java.lang.Throwable cause)