All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jkp.KifRTException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----jkp.KifRTException

public class KifRTException
extends RuntimeException
The base class for all KIF runtime exception classes.

Copyright (c) 1996, Xiaocheng Luan. All rights reserved.

Author:
Xiaocheng Luan

Variable Index

 o _msgString

Constructor Index

 o KifRTException()
Create an instance of KifRTException with default message.
 o KifRTException(String)
Create an instance of KifRTException with given message.

Method Index

 o getMessage()
Get the message associated with the exception.

Variables

 o _msgString
 private String _msgString

Constructors

 o KifRTException
 public KifRTException()
Create an instance of KifRTException with default message.

 o KifRTException
 public KifRTException(String msg)
Create an instance of KifRTException with given message.

Parameters:
msg - the given message to be associated with the exception.

Methods

 o getMessage
 public String getMessage()
Get the message associated with the exception.

Returns:
the message associated with the exception.
Overrides:
getMessage in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index