콘텐츠로 이동

Class IllegalArgumentException

package java.lang

java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--java.lang.IllegalArgumentException

Direct Known Subclasses:

  • IllegalThreadStateException, NumberFormatException

extends RuntimeException:

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

  • IllegalArgumentException () IllegalArgumentException을 생성한다.
  • IllegalArgumentException ( String s) IllegalArgumentException을 생성한다.
public IllegalArgumentException()
  • IllegalArgumentException을 생성한다.
public IllegalArgumentException(String s)

Parameters:

  • s - IllegalArgumentException의 세부 메세지.

AromaSoft Corp. Proprietary and Confidential

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