All Packages Class Hierarchy This Package Previous Next Index
Class PREDATOR.ADT.RequiresCallbackException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----PREDATOR.ADT.RequiresCallbackException
- public class RequiresCallbackException
- extends Exception
The exception thrown when display is invoked on a DataObject but the
required callback has not yet been made.
- See Also:
- display
-
RequiresCallbackException()
- Constructs a RequiresCallbackException without a detail message.
-
RequiresCallbackException(String)
- Constructs a RequiresCallbackException with the specified message.
RequiresCallbackException
public RequiresCallbackException()
- Constructs a RequiresCallbackException without a detail message.
RequiresCallbackException
public RequiresCallbackException(String Message)
- Constructs a RequiresCallbackException with the specified message.
All Packages Class Hierarchy This Package Previous Next Index