org.codehaus.gmaven.runtime.support.stubgen.parser
Class ParseException

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

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

ParseException

public ParseException(Throwable cause,
                      ParseException.Location location)

ParseException

public ParseException(String message,
                      ParseException.Location location)
Method Detail

getLocation

public ParseException.Location getLocation()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2006-2012 Codehaus. All Rights Reserved.