All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.ui.framework.java.IllegalUserDataException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----java.lang.IllegalArgumentException
                                   |
                                   +----com.ibm.as400.ui.framework.java.IllegalUserDataException

public class IllegalUserDataException
extends IllegalArgumentException
Thrown when data supplied by the user is found to be invalid.


Constructor Index

 o IllegalUserDataException()
Constructs an IllegalUserDataException without a detail message.
 o IllegalUserDataException(String)
Constructs an IllegalUserDataException with a detail message.

Method Index

 o getComponent()
Returns the UI component containing the user data which caused the exception to be thrown.
 o setComponent(Component)
Sets the UI component containing the user data which caused the exception to be thrown.

Constructors

 o IllegalUserDataException
 public IllegalUserDataException()
Constructs an IllegalUserDataException without a detail message.

 o IllegalUserDataException
 public IllegalUserDataException(String s)
Constructs an IllegalUserDataException with a detail message.

Parameters:
s - the detail message

Methods

 o getComponent
 public Component getComponent()
Returns the UI component containing the user data which caused the exception to be thrown.

Returns:
the UI component
See Also:
setComponent
 o setComponent
 public void setComponent(Component c)
Sets the UI component containing the user data which caused the exception to be thrown.

Returns:
the UI component
See Also:
getComponent

All Packages  Class Hierarchy  This Package  Previous  Next  Index