org.openbp.common.string.parser
Class StringParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openbp.common.string.parser.StringParserException
All Implemented Interfaces:
java.io.Serializable

public class StringParserException
extends java.lang.RuntimeException

StringParserException encapsulates an exception thrown by the methods of the StringParser class.

Author:
Heiko Erhardt
See Also:
Serialized Form

Method Summary
 java.lang.String getFileName()
          Gets the file name for error messages.
 int getLineNr()
          Gets the current line number.
 
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
 

Method Detail

getFileName

public java.lang.String getFileName()
Gets the file name for error messages.


getLineNr

public int getLineNr()
Gets the current line number.



Copyright © 2011. All Rights Reserved.