|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jplate.JPlateException
org.jplate.foundation.FoundationException
org.jplate.foundation.gof.GOFException
org.jplate.foundation.gof.command.ExecuteException
public class ExecuteException
Raised if problems arise executing commands.
Modifications:
$Date: 2008-12-02 12:32:45 -0500 (Tue, 02 Dec 2008) $
$Revision: 479 $
$Author: sfloess $
$HeadURL: https://jplate.svn.sourceforge.net/svnroot/jplate/trunk/src/dev/java/org/jplate/foundation/gof/command/ExecuteException.java $
| Constructor Summary | |
|---|---|
ExecuteException()
Default constructor. |
|
ExecuteException(java.lang.String msg)
This constructor sets the message. |
|
ExecuteException(java.lang.String msg,
java.lang.Throwable rootCause)
This constructor sets the message and root cause. |
|
ExecuteException(java.lang.Throwable rootCause)
This constructor sets the root cause. |
|
| Method Summary |
|---|
| 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 ExecuteException()
public ExecuteException(java.lang.String msg)
msg - A message about why self was raised.public ExecuteException(java.lang.Throwable rootCause)
rootCause - The exception that caused self to be raised.
public ExecuteException(java.lang.String msg,
java.lang.Throwable rootCause)
msg - A message about why self was raised.rootCause - The exception that caused self to be raised.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||