All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.jaw.reference.query.InvalidApplicationException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.sun.jaw.reference.query.InvalidApplicationException
- public class InvalidApplicationException
- extends Exception
This exception is thrown when an attempt is made to
apply either of the following:
- A subquery expression to a managed object
- A qualified attribute expression to a managed object of
the wrong class
-
InvalidApplicationException(Object)
- Constructs an InvalidApplicationException with the specified Object.
-
getClassVersion()
- Returns the version of this class.
-
toString()
- Returns a string representation of the InvalidApplicationException.
InvalidApplicationException
public InvalidApplicationException(Object val)
- Constructs an InvalidApplicationException 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 InvalidApplicationException.
- Returns:
- a string representation of the InvalidApplicationException.
- Overrides:
- toString in class Throwable
All Packages Class Hierarchy This Package Previous Next Index