edu.ksu.cis.projects.bogor.module.throwable
Class BogorError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by edu.ksu.cis.projects.bogor.module.throwable.BogorError
All Implemented Interfaces:
Serializable

public class BogorError
extends Error

Represents a Bogor error.

Version:
CVS $Revision: 1.2 $ $Date: 2004/02/25 02:40:37 $
Author:
Robby
See Also:
Serialized Form

Constructor Summary
BogorError()
           
BogorError(String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BogorError

public BogorError()

BogorError

public BogorError(String msg)