java.lang
Class RuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ArithmeticException, ArrayStoreException, ClassCastException, ConcurrentModificationException, EmptyStackException, IllegalArgumentException, IllegalMonitorStateException, IllegalStateException, IndexOutOfBoundsException, MissingResourceException, NegativeArraySizeException, NoSuchElementException, NullPointerException, ProviderException, SecurityException, UndeclaredThrowableException, UnsupportedOperationException
public class RuntimeException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeException
public RuntimeException()
RuntimeException
public RuntimeException(String var0)
RuntimeException
public RuntimeException(String var0,
Throwable var1)
RuntimeException
public RuntimeException(Throwable var0)