com.ibm.itim.adhocreport
Class InvalidQueryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.itim.adhocreport.InvalidQueryException
All Implemented Interfaces:
java.io.Serializable

public class InvalidQueryException
extends java.lang.Exception

Thrown when a property for a Query object is invalid.

See Also:
Serialized Form

Constructor Summary
InvalidQueryException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidQueryException

public InvalidQueryException(java.lang.String msg)