bsh
Class UtilTargetError
java.lang.Object
java.lang.Throwable
java.lang.Exception
bsh.UtilEvalError
bsh.UtilTargetError
- All Implemented Interfaces:
- Serializable
- public class UtilTargetError
- extends UtilEvalError
UtilTargetError is an error corresponding to a TargetError but thrown by a
utility or other class that does not have the caller context (Node)
available to it. See UtilEvalError for an explanation of the difference
between UtilEvalError and EvalError.
- See Also:
UtilEvalError
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
t
public Throwable t
UtilTargetError
public UtilTargetError(String message,
Throwable t)
UtilTargetError
public UtilTargetError(Throwable t)
toEvalError
public EvalError toEvalError(String msg,
bsh.SimpleNode node,
CallStack callstack)
- Override toEvalError to throw TargetError type.
- Overrides:
toEvalError
in class UtilEvalError
- Parameters:
msg
- may be null for no additional message.- See Also:
© 2000 pat@pat.net :-)