The RuntimeException class
Introduction
Exception thrown if an error which can only be found on runtime occurs
Class synopsis
RuntimeException
extends
Exception
{
/* Inherited methods */
}