콘텐츠로 이동

Class RuntimeException

package java.lang

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

Direct Known Subclasses:

  • ArithmeticException, ArrayStoreException, ClassCastException, EmptyStackException, IllegalArgumentException, IllegalMonitorStateException, IllegalStateException, IndexOutOfBoundsException, MediaUnsupportedException, NegativeArraySizeException, NoSuchElementException, NullPointerException, ProgramExitException, SecurityException, UnavailableException

extends Exception:

VM의 일반적 동작 중에 발생하는 exception들의 수퍼클래스.

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

Parameters:

  • s - RuntimeException의 세부 메세지.

AromaSoft Corp. Proprietary and Confidential

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