Package com.luciad
Class ErrorInfo
java.lang.Object
com.luciad.ErrorInfo
- All Implemented Interfaces:
AutoCloseable
This class exposes details for a failed method call.
It contains :
- An error message explaining why the call failed.
Related article: Error handling conventions used in the API The exception type depends on the context of the call, please refer to the related documentation.
-
Constructor Details
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
getMessage
Returns the error's message.- Returns:
- the error's message.
-