company logo

method exception

Exceptions are specific events, which happen, when executing methods. Exceptions usually refer to unexpected events and will terminate the processing, when not being handles. Exceptions are described in exception classes, which define different exception categories. Typical exceptions are program exceptions, data exceptions, language exceptions and user-defined exceptions.