com.ibm.itim.adhocreport
Class InvalidReportColumnException

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

public class InvalidReportColumnException
extends java.lang.Exception

Thrown when a Report Column is given an invalid value. For example if the name is null or id is negative etc.

See Also:
Serialized Form

Constructor Summary
InvalidReportColumnException(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

InvalidReportColumnException

public InvalidReportColumnException(java.lang.String msg)