org.aspectj.ajdt.ajc
Class ConfigParser.ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.aspectj.ajdt.ajc.ConfigParser.ParseException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ConfigParser

public static class ConfigParser.ParseException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
ConfigParser.ParseException(java.lang.String message, org.aspectj.ajdt.ajc.ConfigParser.Location location)
           
 
Method Summary
 java.io.File getFile()
           
 int getLine()
           
 
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

ConfigParser.ParseException

public ConfigParser.ParseException(java.lang.String message,
                                   org.aspectj.ajdt.ajc.ConfigParser.Location location)
Method Detail

getLine

public int getLine()

getFile

public java.io.File getFile()