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

Variable Index

 o _msgString

Constructor Index

 o KifException()
Create a object of KifExceptoin with default message: "KifException !"
 o KifException(String)
Create a object of KifExceptoin with given message.

Method Index

 o getMessage()
get the associated exception message.

Variables

 o _msgString
 private String _msgString

Constructors

 o KifException
 public KifException()
Create a object of KifExceptoin with default message: "KifException !"

 o KifException
 public KifException(String msg)
Create a object of KifExceptoin with given message.

Parameters:
msg - the exception message.

Methods

 o 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