Modifier and type | Field and description |
---|---|
protected var volatile java.lang.Throwable | exception |
Modifier and type | Action and description |
---|---|
protected static java.lang.String | exceptionMessage(Throwable) Replies a not-empty message for the given exception. |
java.lang.Throwable | getException Replies the exception that has stopped the task. |
java.util.logging.Logger | getLogger Replies the logger. |
protected static java.lang.Throwable | getRootCause(Throwable) Replies the root cause of the given exception. |
boolean | isSuccess Replies if the task was finished on a success. |
protected boolean | onError(Throwable) Invoked when an error occurs into the task and after this error is logged out. |
protected void | onFinished Invoked when the task is finished whatever it is successful or failing. |
val exception : java.lang.Throwable
This property is an alias for the action: getException
val logger : java.util.logging.Logger
This property is an alias for the action: getLogger
protected var volatile exception : java.lang.Throwable
protected new(Logger)
protected def exceptionMessage(Throwable) : java.lang.String
def getException : java.lang.Throwable
def getLogger : java.util.logging.Logger
protected def getRootCause(Throwable) : java.lang.Throwable
def isSuccess : boolean
protected def onError(Throwable) : boolean
protected def onFinished