org.apache.velocity.exception

Class ParseErrorException


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,v 1.2 2001/03/27 02:06:40 geirm Exp $

Author:
Geir Magnusson Jr.

Constructor Summary

ParseErrorException(String exceptionMessage)

Constructor Details

ParseErrorException

public ParseErrorException(String exceptionMessage)


Copyright © 2003 Apache Software Foundation. All Rights Reserved.