com.meapsoft
Class ParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.meapsoft.ParserException
All Implemented Interfaces:
java.io.Serializable

public class ParserException
extends java.lang.Exception

Exception when parsing MEAPsoft EDL/feature files.

See Also:
Serialized Form

Field Summary
 java.lang.String message
           
 
Constructor Summary
ParserException(java.lang.String filename, long lineno)
           
ParserException(java.lang.String filename, long lineno, java.lang.String msg)
           
ParserException(java.lang.String filename, java.lang.String msg)
           
 
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
 

Field Detail

message

public java.lang.String message
Constructor Detail

ParserException

public ParserException(java.lang.String filename,
                       long lineno)

ParserException

public ParserException(java.lang.String filename,
                       java.lang.String msg)

ParserException

public ParserException(java.lang.String filename,
                       long lineno,
                       java.lang.String msg)