org.eclipse.birt.core.framework
Class FrameworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.framework.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 Summary |
protected static java.lang.String |
pluginId
|
protected static com.ibm.icu.util.UResourceBundle |
urb
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
pluginId
protected static java.lang.String pluginId
urb
protected static com.ibm.icu.util.UResourceBundle urb
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)
Copyright © 2008 Actuate Corp. All rights reserved.