Core Exception Hierarchy

exception tart.core.Throwable
Summary:The base class for all throwable objects.
exception tart.core.Exception
Summary:Base class for all regular exceptions.
exception tart.core.AssertionError
Summary:Indicates an assertion failure.
exception tart.core.IndexOutOfRangeError
Summary:Indicates an index range check failure.
exception tart.core.InvalidOperationError
Summary:Signals an invalid operation.
exception tart.core.InvalidTypecastError
Summary:Signals an attempt to typecast an object reference to a type not supported by the object.
exception tart.core.NotImplementedError
Summary:Used to signal an unimplemented feature.