jdk/src/share/classes/java/lang/IllegalArgumentException.java
changeset 24865 09b1d992ca72
parent 12845 2df87bfbce1b
equal deleted inserted replaced
24864:a7bf63ebda64 24865:09b1d992ca72
    28 /**
    28 /**
    29  * Thrown to indicate that a method has been passed an illegal or
    29  * Thrown to indicate that a method has been passed an illegal or
    30  * inappropriate argument.
    30  * inappropriate argument.
    31  *
    31  *
    32  * @author  unascribed
    32  * @author  unascribed
    33  * @since   JDK1.0
    33  * @since   1.0
    34  */
    34  */
    35 public
    35 public
    36 class IllegalArgumentException extends RuntimeException {
    36 class IllegalArgumentException extends RuntimeException {
    37     /**
    37     /**
    38      * Constructs an <code>IllegalArgumentException</code> with no
    38      * Constructs an <code>IllegalArgumentException</code> with no