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
-
_msgString
-
-
KifRTException()
- Create an instance of KifRTException with default message.
-
KifRTException(String)
-
Create an instance of KifRTException with given message.
-
getMessage()
- Get the message associated with the exception.
_msgString
private String _msgString
KifRTException
public KifRTException()
- Create an instance of KifRTException with default message.
KifRTException
public KifRTException(String msg)
- Create an instance of KifRTException with given message.
- Parameters:
- msg - the given message to be associated with the exception.
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