org.gridkit.jvmtool.stacktrace.util
Class IndentParser.ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gridkit.jvmtool.stacktrace.util.IndentParser.ParseException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- IndentParser
public static class IndentParser.ParseException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IndentParser.ParseException
public IndentParser.ParseException(String message,
int line,
int position)
IndentParser.ParseException
public IndentParser.ParseException(String message,
int line,
int position,
Throwable cause)
getLine
public int getLine()
getPosition
public int getPosition()
Copyright © 2019. All Rights Reserved.