org.attoparser
Class AttoParseException

Object
  extended by Throwable
      extended by Exception
          extended by org.attoparser.AttoParseException
All Implemented Interfaces:
Serializable

public class AttoParseException
extends Exception

Since:
1.0
Author:
Daniel Fernández
See Also:
Serialized Form

Constructor Summary
AttoParseException()
           
AttoParseException(int line, int col)
           
AttoParseException(String message)
           
AttoParseException(String message, int line, int col)
           
AttoParseException(String message, Throwable throwable)
           
AttoParseException(String message, Throwable throwable, int line, int col)
           
AttoParseException(Throwable throwable)
           
AttoParseException(Throwable throwable, int line, int col)
           
 
Method Summary
 Integer getCol()
           
 Integer getLine()
           
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttoParseException

public AttoParseException()

AttoParseException

public AttoParseException(String message,
                          Throwable throwable)

AttoParseException

public AttoParseException(String message)

AttoParseException

public AttoParseException(Throwable throwable)

AttoParseException

public AttoParseException(int line,
                          int col)

AttoParseException

public AttoParseException(String message,
                          Throwable throwable,
                          int line,
                          int col)

AttoParseException

public AttoParseException(String message,
                          int line,
                          int col)

AttoParseException

public AttoParseException(Throwable throwable,
                          int line,
                          int col)
Method Detail

getLine

public Integer getLine()

getCol

public Integer getCol()


Copyright © 2012 The ATTOPARSER team. All Rights Reserved.