Module org.autogui
Package org.autogui.swing.log
Class GuiSwingLogEntryException.StackTraceAttributesForLine
java.lang.Object
org.autogui.swing.log.GuiSwingLogEntryException.StackTraceAttributesForLine
- Enclosing class:
GuiSwingLogEntryException
attribute info. for stack-trace line
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
int
-
Constructor Summary
ConstructorsConstructorDescriptionStackTraceAttributesForLine
(int line, int start, int end, Map<AttributedCharacterIterator.Attribute, Object> attributes) -
Method Summary
-
Field Details
-
line
public int line -
start
public int start -
end
public int end -
attributes
-
-
Constructor Details
-
StackTraceAttributesForLine
public StackTraceAttributesForLine(int line, int start, int end, Map<AttributedCharacterIterator.Attribute, Object> attributes)
-