Apache Tomcat 6.0.53

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:
java.io.Serializable

public class SSIStopProcessingException
extends java.lang.Exception

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

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 6.0.53

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