java.lang
Class RuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
Direct Known Subclasses:
ArithmeticException, ArrayStoreException, ClassCastException, IllegalArgumentException, IllegalMonitorStateException, IllegalStateException, IndexOutOfBoundsException, NegativeArraySizeException, NullPointerException, SecurityException, UnsupportedOperationException, BufferOverflowException, BufferUnderflowException, EmptyStackException, NoSuchElementException, CardRuntimeException, ResourceException, UnsupportedLocaleException, ConnectionClosedException, IllegalModeException, FieldEmptyException, FieldFullException, UnsupportedFieldException, JAXRPCException, CommandRuntimeException, RegistrationException, KeyStoreDecodeRuntimeException, DuplicateResourceException, MissingResourceException, MapServiceException, NonPersistableObjectException, ObjectGroupReadOnlyException, ObjectGroupTooBigException, PersistentContentException, UnsupportedOperationException, RegistrationException, NumericOverflowException, HotspotException, DOMException, EventException, LSException, RangeException, SVGException

public class RuntimeException
extends Exception

RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.

A method is not required to declare in its throws clause any subclasses of RuntimeException that might be thrown during the execution of the method but not caught.

Since:
JDK1.0

Constructor Summary
RuntimeException()
          Constructs a RuntimeException with no detail message.
RuntimeException(String s)
          Constructs a RuntimeException with the specified detail message.
 
Method Summary
 
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()
Constructs a RuntimeException with no detail message.


RuntimeException

public RuntimeException(String s)
Constructs a RuntimeException with the specified detail message.

Parameters:
s - the detail message.





Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal