org.codehaus.gmaven.runtime.support.stubgen.parser
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.gmaven.runtime.support.stubgen.parser.ParseException
- All Implemented Interfaces:
- Serializable
public class ParseException
- extends Exception
Thrown to indicate a parsing failure.
- Version:
- $Id: ParseException.java 18 2009-07-16 09:39:40Z user57 $
- Author:
- Jason Dillon
- See Also:
- Serialized Form
ParseException
public ParseException(Throwable cause)
ParseException
public ParseException(Throwable cause,
ParseException.Location location)
ParseException
public ParseException(String message,
ParseException.Location location)
getLocation
public ParseException.Location getLocation()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Copyright © 2006-2012 Codehaus. All Rights Reserved.