public class UnsupportedCallbackException extends Exception
| Constructor and Description |
|---|
UnsupportedCallbackException(Callback callback)
Creates a new instance of
UnsupportedCallbackException without detail message. |
UnsupportedCallbackException(Callback callback,
String msg)
Constructs an instance of
UnsupportedCallbackException with the specified detail message. |
| Modifier and Type | Method and Description |
|---|---|
Callback |
getCallback()
Returns the Callback passed in to the constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedCallbackException(Callback callback)
UnsupportedCallbackException without detail message.public Callback getCallback()
Copyright © 2012 code4tv.com. All Rights Reserved.