All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.access.ExtendedIllegalArgumentException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----java.lang.IllegalArgumentException
                                   |
                                   +----com.ibm.as400.access.ExtendedIllegalArgumentException

public class ExtendedIllegalArgumentException
extends IllegalArgumentException
implements ReturnCodeException
The ExtendedIllegalArgumentException class represents an exception that indicates that an argument is not valid.


Variable Index

 o FIELD_NOT_FOUND
The return code indicating that the field was not found.
 o LENGTH_NOT_VALID
The return code indicating that the length is not valid.
 o PARAMETER_VALUE_NOT_VALID
The return code indicating that the parameter value is not valid.
 o PATH_NOT_VALID
The return code indicating that the path is not valid.
 o RANGE_NOT_VALID
The return code indicating that the parameter value is out of the allowed range.

Method Index

 o getReturnCode()
Returns the return code associated with this exception.

Variables

 o LENGTH_NOT_VALID
 public static final int LENGTH_NOT_VALID
The return code indicating that the length is not valid.

 o PARAMETER_VALUE_NOT_VALID
 public static final int PARAMETER_VALUE_NOT_VALID
The return code indicating that the parameter value is not valid.

 o PATH_NOT_VALID
 public static final int PATH_NOT_VALID
The return code indicating that the path is not valid.

 o RANGE_NOT_VALID
 public static final int RANGE_NOT_VALID
The return code indicating that the parameter value is out of the allowed range.

 o FIELD_NOT_FOUND
 public static final int FIELD_NOT_FOUND
The return code indicating that the field was not found.

Methods

 o getReturnCode
 public int getReturnCode()
Returns the return code associated with this exception.

Returns:
The return code.

All Packages  Class Hierarchy  This Package  Previous  Next  Index