Class FrameworkException

All Implemented Interfaces:
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:
  • Field Details

    • pluginId

      protected static String pluginId
    • urb

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

    • FrameworkException

      public FrameworkException(String errorCode)
    • FrameworkException

      public FrameworkException(String errorCode, Throwable cause)
    • FrameworkException

      public FrameworkException(String errorCode, Object[] args)
    • FrameworkException

      public FrameworkException(String errorCode, Object[] args, Throwable cause)