org.apache.bsf.debug.jsdi
Class JsdiException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.bsf.debug.jsdi.JsdiException
All Implemented Interfaces:
java.io.Serializable

public class JsdiException
extends java.lang.RuntimeException

Insert the type's description here. Creation date: (8/24/2001 8:52:25 AM)

See Also:
Serialized Form

Constructor Summary
JsdiException()
          JsdiException constructor comment.
JsdiException(java.lang.String msg)
           
 
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

JsdiException

public JsdiException()
JsdiException constructor comment.


JsdiException

public JsdiException(java.lang.String msg)