org.gridkit.jvmtool.stacktrace.util
Class IndentParser.ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
IndentParser.ParseException(String message, int line, int position)
           
IndentParser.ParseException(String message, int line, int position, Throwable cause)
           
 
Method Summary
 int getLine()
           
 int getPosition()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndentParser.ParseException

public IndentParser.ParseException(String message,
                                   int line,
                                   int position)

IndentParser.ParseException

public IndentParser.ParseException(String message,
                                   int line,
                                   int position,
                                   Throwable cause)
Method Detail

getLine

public int getLine()

getPosition

public int getPosition()


Copyright © 2019. All Rights Reserved.