All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.ohio.iOhioException

public interface iOhioException
extends iOhio

Method Index

 o getMsgNumber()
Returns the message number associated with this exception.
 o getMsgText()
Returns the message text associated with this exception.
 o getType()
Returns the type of this exception.

Methods

 o getType
 public abstract int getType()
Returns the type of this exception.

Returns:
One of the following OHIO_EXCEPTION_TYPE enumeration values:

Constant Value
OHIO_EXCEPTION_TYPE_INFO 0
OHIO_EXCEPTION_TYPE_ERROR 1

 o getMsgNumber
 public abstract int getMsgNumber()
Returns the message number associated with this exception.

Returns:
The message number.
 o getMsgText
 public abstract String getMsgText()
Returns the message text associated with this exception.

Returns:
The message text for this error.

All Packages  Class Hierarchy  This Package  Previous  Next  Index