All Packages Class Hierarchy This Package Previous Next Index
Class jkp.KifException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----jkp.KifException
- public class KifException
- extends Exception
The base class for all KIF exception classes.
Copyright (c) 1996, Xiaocheng Luan.
All rights reserved.
- Author:
- Xiaocheng Luan
-
_msgString
-
-
KifException()
- Create a object of KifExceptoin with default message: "KifException !"
-
KifException(String)
- Create a object of KifExceptoin with given message.
-
getMessage()
- get the associated exception message.
_msgString
private String _msgString
KifException
public KifException()
- Create a object of KifExceptoin with default message: "KifException !"
KifException
public KifException(String msg)
- Create a object of KifExceptoin with given message.
- Parameters:
- msg - the exception message.
getMessage
public String getMessage()
- get the associated exception message.
- Returns:
- the associated exception message.
- Overrides:
- getMessage in class Throwable
All Packages Class Hierarchy This Package Previous Next Index