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 클래스.
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