/**@class java.lang.Exception
@extends java.lang.Throwable
{@code Exception} is the superclass of all classes that represent recoverable
exceptions. When exceptions are thrown, they may be caught by application
code.
@see Throwable
@see Error
@see RuntimeException
*/
var Exception = {
};