Package bsh
Class ClassPathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- bsh.UtilEvalError
-
- bsh.ClassPathException
-
- All Implemented Interfaces:
Serializable
public class ClassPathException extends UtilEvalError
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClassPathException(String msg)
-
Method Summary
-
Methods inherited from class bsh.UtilEvalError
toEvalError, toEvalError
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ClassPathException
public ClassPathException(String msg)
-
-