All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.las.ogdi.OGDIException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.las.ogdi.OGDIException

public class OGDIException
extends Exception
The Exception class defines abnormal condition handling of OGDI methods.

Version:
1.0
Author:
Las Inc.

Constructor Index

 o OGDIException()
Creates a general OGDI exception handling instance.
 o OGDIException(String)
Overloads the general OGDI exception handling mechanism by adding a message.

Constructors

 o OGDIException
 public OGDIException()
Creates a general OGDI exception handling instance.

Parameters:
no - parameter
Returns:
no return
Throws: no
exception
 o OGDIException
 public OGDIException(String message)
Overloads the general OGDI exception handling mechanism by adding a message.

Parameters:
message - a human-readable message describing the type of exception
Returns:
no return
Throws: no
exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index