java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gjt.sp.jedit.bsh.UtilEvalError
org.gjt.sp.jedit.bsh.UtilTargetError
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontoEvalError
(String msg, org.gjt.sp.jedit.bsh.SimpleNode node, CallStack callstack) Override toEvalError to throw TargetError type.Methods inherited from class org.gjt.sp.jedit.bsh.UtilEvalError
toEvalError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
t
-
-
Constructor Details
-
UtilTargetError
-
UtilTargetError
-
-
Method Details
-
toEvalError
Override toEvalError to throw TargetError type.- Overrides:
toEvalError
in classUtilEvalError
- Parameters:
msg
- may be null for no additional message.
-