org.peaseplate
Class TemplateRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.peaseplate.TemplateException
              extended by org.peaseplate.internal.AbstractLocatedTemplateException
                  extended by org.peaseplate.TemplateRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class TemplateRuntimeException
extends AbstractLocatedTemplateException

See Also:
Serialized Form

Constructor Summary
TemplateRuntimeException(TemplateLocator locator, int line, int column, java.lang.String message)
           
TemplateRuntimeException(TemplateLocator locator, int line, int column, java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.peaseplate.internal.AbstractLocatedTemplateException
getColumn, getLine, getLocator
 
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

TemplateRuntimeException

public TemplateRuntimeException(TemplateLocator locator,
                                int line,
                                int column,
                                java.lang.String message,
                                java.lang.Throwable cause)

TemplateRuntimeException

public TemplateRuntimeException(TemplateLocator locator,
                                int line,
                                int column,
                                java.lang.String message)


Copyright © 2008. All Rights Reserved.