org.codehaus.groovy.maven.runtime.support.stubgen.parser
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Nested Class Summary
static class ParseException.Location
           
 
Constructor Summary
ParseException(java.lang.String message, ParseException.Location location)
           
ParseException(java.lang.Throwable cause)
           
ParseException(java.lang.Throwable cause, ParseException.Location location)
           
 
Method Summary
 ParseException.Location getLocation()
           
 java.lang.String getMessage()
           
 
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
 

Constructor Detail

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)
Method Detail

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.