|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
mmp.engine.M4ExitException
public class M4ExitException
Exception that causes exit of mmp, used by 'm4exit.
Constructor Summary | |
---|---|
M4ExitException(int exitCode)
Constructor. |
|
M4ExitException(int exitCode,
java.lang.String message)
Constructor. |
Method Summary | |
---|---|
int |
getExitCode()
Get exit code. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public M4ExitException(int exitCode)
exitCode
- to be returned by mmp in case 'm4exit' was calledpublic M4ExitException(int exitCode, java.lang.String message)
exitCode
- to be returned by mmp in case 'm4exit' was calledmessage
- for tracingMethod Detail |
---|
public final int getExitCode()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |