|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.scm.ExceptionHandler
public class ExceptionHandler
| Constructor Summary | |
|---|---|
ExceptionHandler(com.mks.api.response.APIException ex)
Constructor requires a single APIException to debug |
|
| Method Summary | |
|---|---|
java.lang.String |
getCommand()
Returns the executed command that caused the exception |
int |
getExitCode()
Returns the exit codes associated with executing the command |
java.lang.String |
getMessage()
Returns the Message obtained from the APIException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExceptionHandler(com.mks.api.response.APIException ex)
ex - APIException| Method Detail |
|---|
public java.lang.String getMessage()
public java.lang.String getCommand()
public int getExitCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||