|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.ide.externaltools.ToolRunException
public class ToolRunException
Exception thrown from ExternalTool.run() to indicate that the running of an external tool failed in some way.
Constructor Summary | |
---|---|
ToolRunException(java.lang.String message) Construct a ToolRunException with a simple error message. |
|
ToolRunException(java.lang.String message, java.lang.Throwable baseThrowable) Construct a ToolRunException with a simple error message and a base throwable. |
|
ToolRunException(java.lang.Throwable baseThrowable) Construct a ToolRunException with a base throwable. |
Method Summary | |
---|---|
java.lang.Throwable |
getBaseThrowable() Get the base throwable for this exception, if any. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ToolRunException(java.lang.String message)
message
- a description of what went wrong. This may be displayed to the user, so should be translated where possible.public ToolRunException(java.lang.String message, java.lang.Throwable baseThrowable)
message
- a description of what went wrong. This may be displayed to the user, so should be translated where possible.baseThrowable
- the base Throwable that caused the tool to fail. This information may be provided to the user to provide more information about why running a tool failed.public ToolRunException(java.lang.Throwable baseThrowable)
baseThrowable
- the base Throwable that caused the tool to fail. This information may be provided to the user to provide more information about why running a tool failed.Method Detail |
---|
public java.lang.Throwable getBaseThrowable()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |