java.lang
Class RuntimeException
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
- public class RuntimeException
- extends Exception
VM의 일반적 동작 중에 발생하는 exception들의 수퍼클래스.
RuntimeException
public RuntimeException()
- RuntimeException을 생성한다.
RuntimeException
public RuntimeException(String s)
- RuntimeException을 생성한다.
- Parameters:
s
- RuntimeException의 세부 메세지.
AromaSoft Corp. Proprietary and Confidential
(C)opyright 2003 AromaSoft Corp. All right reserved.
Contact : contact@aromasoft.com