Apache Tomcat 7.0.37

org.apache.catalina.ssi
Class SSIStopProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.catalina.ssi.SSIStopProcessingException
All Implemented Interfaces:
Serializable

public class SSIStopProcessingException
extends Exception

Exception used to tell SSIProcessor that it should stop processing SSI commands. This is used to mimic the Apache behavior in #set with invalid attributes.

Version:
$Id: SSIStopProcessingException.java 1038846 2010-11-24 22:08:38Z markt $
Author:
Paul Speed, Dan Sandberg
See Also:
Serialized Form

Constructor Summary
SSIStopProcessingException()
           
 
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

SSIStopProcessingException

public SSIStopProcessingException()

Apache Tomcat 7.0.37

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.