public static class
Abort.Options
Optional attributes for Abort
Public Methods
Abort.Options |
errorMsg(String errorMsg)
|
Abort.Options |
exitWithoutError(Boolean exitWithoutError)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
public Abort.Options errorMsg (String errorMsg)
Parameters
errorMsg | A string which is the message associated with the exception. |
---|