java.lang
Class IllegalArgumentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
Direct Known Subclasses:
IllegalThreadStateException, NumberFormatException

public class IllegalArgumentException
extends RuntimeException

함수 매개변수 값에 적절하지 않은 값이 할당되면 발생하는 exception 클래스.


Constructor Summary
IllegalArgumentException()
          IllegalArgumentException을 생성한다.
IllegalArgumentException(String s)
          IllegalArgumentException을 생성한다.
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalArgumentException

public IllegalArgumentException()
IllegalArgumentException을 생성한다.

IllegalArgumentException

public IllegalArgumentException(String s)
IllegalArgumentException을 생성한다.
Parameters:
s - IllegalArgumentException의 세부 메세지.


AromaSoft Corp. Proprietary and Confidential

(C)opyright 2003 AromaSoft Corp. All right reserved.
Contact : contact@aromasoft.com