Class StopCommand
java.lang.Object
java.lang.Throwable
java.lang.Error
org.apache.velocity.runtime.directive.StopCommand
- All Implemented Interfaces:
Serializable
Stop command for directive Control objects. In an ideal JDK,
this would be able to extend a RuntimeThrowable class, but we
don't have that. So to avoid the interface changes needed by
extending Throwable and the potential errant catches were we
to extend RuntimeException, we'll have to extend Error,
despite the fact that this is never an error.
- Version:
- $Id$
- Author:
- Nathan Bubna
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StopCommand
public StopCommand() -
StopCommand
-
StopCommand
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
isFor
-