Package java.lang

Class 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:
  • Constructor Details

    • RuntimeException

      public RuntimeException()
    • RuntimeException

      public RuntimeException(String var0)