bsh
Class ClassPathException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--bsh.EvalError
                    |
                    +--bsh.ClassPathException
All Implemented Interfaces:
java.io.Serializable

public class ClassPathException
extends EvalError

See Also:
Serialized Form

Field Summary
 
Fields inherited from class bsh.EvalError
arguments, className, endColumn, endLine, message, methodName, node, startColumn, startLine, tokenName, warnUserMessage
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ClassPathException(java.lang.String msg)
           
 
Methods inherited from class bsh.EvalError
addNode, getErrorLineNumber, getErrorSourceFile, getErrorText, getMessage, getNode, prependMessage, reThrow, reThrow, reThrow, setMessage, setNode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassPathException

public ClassPathException(java.lang.String msg)