|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
csdk.v1_0.runner.RunnerException
public class RunnerException
Exceção padrão lançada pelo Runner CSDK.
| Constructor Summary | |
|---|---|
protected |
RunnerException()
Construtor. |
|
RunnerException(String message)
Construtor |
|
RunnerException(String message,
Throwable cause)
Construtor. |
|
RunnerException(Throwable cause)
Construtor |
| 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 RunnerException(String message,
Throwable cause)
message - mensagem de erro.cause - causa do erro.public RunnerException(String message)
message - mensagem de erro.public RunnerException(Throwable cause)
cause - causa do erro.protected RunnerException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||