| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.griphyn.vdl.toolkit.FriendlyNudge
FriendlyNudge | public class FriendlyNudge extends java.lang.RuntimeException (Code) | | This exception is a signal by the invocation record digestor.
author: Jens-S. Vöckler author: Yong Zhao version: $Revision: 50 $ See Also: ExitCode See Also: |
Constructor Summary | |
public | FriendlyNudge() Constructs a FriendlyNudge with no
detail message. | public | FriendlyNudge(String s) Constructs a FriendlyNudge with the
specified detailed message. | public | FriendlyNudge(String s, int e) Constructs a FriendlyNudge with the
specified detailed message and an exit code to record. |
Method Summary | |
public int | getResult() Accessor for the recorded exit code. |
m_result | protected int m_result(Code) | | |
FriendlyNudge | public FriendlyNudge()(Code) | | Constructs a FriendlyNudge with no
detail message.
|
FriendlyNudge | public FriendlyNudge(String s)(Code) | | Constructs a FriendlyNudge with the
specified detailed message.
Parameters: s - is the detailled message. |
FriendlyNudge | public FriendlyNudge(String s, int e)(Code) | | Constructs a FriendlyNudge with the
specified detailed message and an exit code to record.
Parameters: s - is the detailled message. Parameters: e - is the exit code to record. |
getResult | public int getResult()(Code) | | Accessor for the recorded exit code.
the exit code that was constructed. |
|
|
|