Serializable
public class EarlyReturnException extends ExecuteException
Constructor | 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 | Description |
---|---|---|
Object |
getReturnValue() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2018. All rights reserved.