Package 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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRuntimeException
(String var0) RuntimeException
(String var0, Throwable var1) RuntimeException
(Throwable var0) -
Method Summary
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
RuntimeException
public RuntimeException() -
RuntimeException
-
RuntimeException
-
RuntimeException
-