org.apache.maven.doxia.parser
Class ParseException
Exception
org.apache.maven.doxia.parser.ParseException
public class ParseException
extends Exception
$Id:ParseException.java 348605 2005-11-24 12:02:44 +1100 (Thu, 24 Nov 2005) brett $
fileName
protected String fileName
lineNumber
protected int lineNumber
ParseException
public ParseException(Exception e)
ParseException
public ParseException(Exception e,
String message,
String fileName,
int lineNumber)
ParseException
public ParseException(Exception e,
String fileName,
int lineNumber)
ParseException
public ParseException(String message)
ParseException
public ParseException(String message,
Exception e)
getFileName
public String getFileName()
getLineNumber
public int getLineNumber()