javax.infobus
Class InvalidDataException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.infobus.InvalidDataException
Direct Known Subclasses:
RowsetValidationException

public class InvalidDataException
extends java.lang.Exception

The InvalidDataException is thrown by a DataItem when a method attempting to change its contents (like addItem or setValue) has failed because the proposed new value is illegal.

See Also:
Serialized Form

Constructor Summary
InvalidDataException(java.lang.String s)
          Creates an InvalidDataException
 
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

InvalidDataException

public InvalidDataException(java.lang.String s)
Creates an InvalidDataException
Parameters:
s - a message describing details of the exception