org.apache.bsf.debug.jsdi
Class JsdiException

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

JsdiException

public JsdiException()
JsdiException constructor comment.


JsdiException

public JsdiException(java.lang.String msg)