Chapter 20: The COM.SAP.RFC.EXCEPTION Package

Team-Fly

Overview

When an exceptional circumstance arises in a Java method, the method throws an error or exception. This error or exception is an object that is instantiated from the Java class Throwable. Throwable has two subclasses, Error and Exception. Instances of Error are internal errors in the Java run-time environment that you usually cannot control from a program. The other subclass, Exception, can be handled in your Java programs and can be divided into two broad areas, run-time exceptions and non–run-time exceptions. Of these, run-time exceptions are usually caused by code that is not robust.


Team-Fly


Java & BAPI Technology for SAP
Java & BAPI Technology for SAP
ISBN: 761523057
EAN: N/A
Year: 1998
Pages: 199

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net