All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PREDATOR.ADT.BadSubclassSelectorException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----PREDATOR.ADT.BadSubclassSelectorException

public class BadSubclassSelectorException
extends Exception
The exception thrown when a specified SubclassSelector selects a class which is not a direct subclass of the DataObject's class nor the class itself.

See Also:
SubclassSelector

Constructor Index

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

Constructors

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index