public class EarlyReturnException extends ExecuteException
Constructor and Description |
---|
EarlyReturnException(String message) |
EarlyReturnException(String message,
Object returnValue) |
EarlyReturnException(String message,
Throwable th) |
EarlyReturnException(String message,
Throwable th,
Object returnValue) |
Modifier and Type | Method and Description |
---|---|
Object |
getReturnValue() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2019. All Rights Reserved.