org.eclipse.birt.report.engine.api
Class EngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.report.engine.api.EngineException
- All Implemented Interfaces:
- java.io.Serializable
- public class EngineException
- extends org.eclipse.birt.core.exception.BirtException
Define an engine exception that clients of the engine need to handle. EngineException
builds on top of BireException and provides resource bundle support
- See Also:
- Serialized Form
Field Summary |
protected static java.lang.String |
pluginId
|
protected static java.util.ResourceBundle |
rb
|
Fields inherited from class org.eclipse.birt.core.exception.BirtException |
CANCEL, ERROR, INFO, oaMessageArguments, OK, severity, sResourceKey, WARNING |
Constructor Summary |
EngineException(java.lang.String errorCode)
|
EngineException(java.lang.String errorCode,
java.lang.Object arg0)
|
EngineException(java.lang.String errorCode,
java.lang.Object[] args)
|
EngineException(java.lang.String errorCode,
java.lang.Object[] args,
java.lang.Throwable cause)
|
EngineException(java.lang.String errorCode,
java.lang.Object arg0,
java.lang.Throwable cause)
|
EngineException(java.lang.String errorCode,
java.lang.Throwable cause)
|
Methods inherited from class org.eclipse.birt.core.exception.BirtException |
getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getPluginId, getSeverity, setSeverity |
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 |
rb
protected static java.util.ResourceBundle rb
pluginId
protected static final java.lang.String pluginId
- See Also:
- Constant Field Values
EngineException
public EngineException(java.lang.String errorCode,
java.lang.Object arg0)
- Parameters:
errorCode
- erroe code for the exceptionarg0
- message argument
EngineException
public EngineException(java.lang.String errorCode,
java.lang.Object arg0,
java.lang.Throwable cause)
- Parameters:
errorCode
- arg0
- message argumentcause
- the cause of the exception
EngineException
public EngineException(java.lang.String errorCode,
java.lang.Object[] args)
- Parameters:
errorCode
- error codeargs
- message argument
EngineException
public EngineException(java.lang.String errorCode,
java.lang.Object[] args,
java.lang.Throwable cause)
- Parameters:
errorCode
- error codeargs
- message argumentscause
- the cause of the exception
EngineException
public EngineException(java.lang.String errorCode)
- Parameters:
errorCode
- the error code
EngineException
public EngineException(java.lang.String errorCode,
java.lang.Throwable cause)
- Parameters:
errorCode
- the error code for the exceptioncause
- the cause of the exception
Copyright © 2005 Actuate Corp. All rights reserved.