Class CoreException

All Implemented Interfaces:
Serializable

public class CoreException extends BirtException
Exception thrown by birt.core classes
See Also:
  • Field Details

    • rb

      protected static com.ibm.icu.util.UResourceBundle rb
    • PLUGIN_ID

      protected static String PLUGIN_ID
  • Constructor Details

    • CoreException

      public CoreException(String errCode)
    • CoreException

      public CoreException(String errCode, Object arg0)
    • CoreException

      public CoreException(String errCode, Object[] args)
    • CoreException

      public CoreException(String errCode, Object arg0, Throwable cause)
    • CoreException

      public CoreException(String errCode, Object[] args, Throwable cause)