public class ObjectException extends RuntimeException
| Constructor and Description |
|---|
ObjectException(Object object) |
ObjectException(Object object,
String message) |
ObjectException(Object object,
String message,
Throwable cause) |
ObjectException(Object object,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
getObject() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjectException(Object object)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.