Entering content frame

 Java: Exception Classes 

The following Java module is delivered with the Loader program:

com.sap.dbtech.powertoys.LoaderException

public class LoaderException extends java.lang.

If a Loader command fails, the Loader exception is output.

Method: getErrorCode

public int getErrorCode()

The error code set by the Loader is returned.

Method: getErrorID

public java.lang.String getErrorID()

The error number set by the Loader is returned.

Method: toString

public java.lang.String toString()

The exception is output as a string object.

 

Leaving content frame