org.apache.velocity.exception
Class ParseErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.velocity.exception.VelocityException
              extended by org.apache.velocity.exception.ParseErrorException
All Implemented Interfaces:
Serializable

public class ParseErrorException
extends VelocityException

Application-level exception thrown when a resource of any type has a syntax or other error which prevents it from being parsed.
When this resource is thrown, a best effort will be made to have useful information in the exception's message. For complete information, consult the runtime log.

Version:
$Id: ParseErrorException.java 191743 2005-06-21 23:22:20Z dlr $
Author:
Geir Magnusson Jr.
See Also:
Serialized Form

Constructor Summary
ParseErrorException(String exceptionMessage)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

ParseErrorException

public ParseErrorException(String exceptionMessage)


Copyright © 2002 Apache Software Foundation. All Rights Reserved.