All Packages Class Hierarchy This Package Previous Next Index
Class javax.infobus.InvalidDataException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----javax.infobus.InvalidDataException
- public class InvalidDataException
- extends 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.
-
InvalidDataException(String)
- Creates an InvalidDataException
InvalidDataException
public InvalidDataException(String s)
- Creates an InvalidDataException
- Parameters:
- s - a message describing details of the exception
All Packages Class Hierarchy This Package Previous Next Index