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.
-
IllegalUserDataException()
- Constructs an
IllegalUserDataException
without a
detail message.
-
IllegalUserDataException(String)
- Constructs an
IllegalUserDataException
with a detail message.
-
getComponent()
- Returns the UI component containing the user data which caused
the exception to be thrown.
-
setComponent(Component)
- Sets the UI component containing the user data which caused
the exception to be thrown.
IllegalUserDataException
public IllegalUserDataException()
- Constructs an
IllegalUserDataException
without a
detail message.
IllegalUserDataException
public IllegalUserDataException(String s)
- Constructs an
IllegalUserDataException
with a detail message.
- Parameters:
- s - the detail message
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
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