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.
-
BadAttributeValueException(Object)
- Constructs an BadAttributeValueException with the specified Object.
-
getClassVersion()
- Returns the version of this class.
-
toString()
- Returns a string representation of the BadAttributeValueException.
BadAttributeValueException
public BadAttributeValueException(Object val)
- Constructs an BadAttributeValueException with the specified Object.
getClassVersion
public String getClassVersion()
- Returns the version of this class.
- Returns:
- a string representation of the version of this class.
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