All Packages Class Hierarchy This Package Previous Next Index
Interface org.ohio.iOhioException
- public interface iOhioException
- extends iOhio
-
getMsgNumber()
- Returns the message number associated with this exception.
-
getMsgText()
- Returns the message text associated with this exception.
-
getType()
- Returns the type of this exception.
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
|
|
getMsgNumber
public abstract int getMsgNumber()
- Returns the message number associated with this exception.
- Returns:
- The message number.
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