All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.query.BadAttributeValueException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.sun.jaw.reference.query.BadAttributeValueException

public class BadAttributeValueException
extends Exception
This exception is thrown when an invalid managed object attribute is passed to a method for constructing a query.


Constructor Index

 o BadAttributeValueException(Object)
Constructs an BadAttributeValueException with the specified Object.

Method Index

 o getClassVersion()
Returns the version of this class.
 o toString()
Returns a string representation of the BadAttributeValueException.

Constructors

 o BadAttributeValueException
 public BadAttributeValueException(Object val)
Constructs an BadAttributeValueException with the specified Object.

Methods

 o getClassVersion
 public String getClassVersion()
Returns the version of this class.

Returns:
a string representation of the version of this class.
 o toString
 public String toString()
Returns a string representation of the BadAttributeValueException.

Returns:
a string representation of the object.
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index