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
public class RuntimeException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeException()
RuntimeException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
RuntimeException
public RuntimeException()
-
RuntimeException
public RuntimeException(String var0)
-
-