Uses of Class
ca.cgjennings.apps.arkham.plugins.ConsoleErrorLocation
-
Packages that use ConsoleErrorLocation Package Description ca.cgjennings.apps.arkham.plugins -
-
Uses of ConsoleErrorLocation in ca.cgjennings.apps.arkham.plugins
Methods in ca.cgjennings.apps.arkham.plugins that return ConsoleErrorLocation Modifier and Type Method Description ConsoleErrorLocation
ScriptConsole. getErrorAtOffset(int pos)
Returns a description of the error at the line at offsetpos
in the script console's text, ornull
if that line is not a stack trace line.ConsoleErrorLocation
ScriptConsole. getErrorAtPoint(java.awt.geom.Point2D p)
Returns a description of the error at the offset into the console text under the specified point in the console window.ConsoleErrorLocation
ScriptConsole. getErrorAtPoint(java.awt.Point p)
Deprecated.
-