org.codehaus.groovy.maven.runtime.support.stubgen.parser
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.groovy.maven.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 12232 2008-05-03 06:19:37Z 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-2009 Codehaus. All Rights Reserved.