org.apache.bsf.debug.jsdi
Class JsdiException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.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)