Direct known subclasses (following the java docs convention (: ):
OutOfBoundsException, OverflowException, RangeException, UnderflowException, UnexpectedValueException
The RuntimeException class
Introducción
Exception thrown if an error which can only be found on runtime occurs.
Clases sinopsis
RuntimeException
extends
Exception
{
/* Métodos heredados */
}
Dawid Krysiak
03-Feb-2011 10:31
