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

Constructor Index

 o RequiresCallbackException()
Constructs a RequiresCallbackException without a detail message.
 o RequiresCallbackException(String)
Constructs a RequiresCallbackException with the specified message.

Constructors

 o RequiresCallbackException
 public RequiresCallbackException()
Constructs a RequiresCallbackException without a detail message.

 o RequiresCallbackException
 public RequiresCallbackException(String Message)
Constructs a RequiresCallbackException with the specified message.


All Packages  Class Hierarchy  This Package  Previous  Next  Index