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:
- java.io.Serializable
public class ParseException
- extends java.lang.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParseException
public ParseException(java.lang.Throwable cause)
ParseException
public ParseException(java.lang.Throwable cause,
ParseException.Location location)
ParseException
public ParseException(java.lang.String message,
ParseException.Location location)
getLocation
public ParseException.Location getLocation()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
Copyright © 2006-2010 Codehaus. All Rights Reserved.