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들의 수퍼클래스.


Constructor Summary
RuntimeException()
          RuntimeException을 생성한다.
RuntimeException(String s)
          RuntimeException을 생성한다.
 
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

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