All Packages Class Hierarchy This Package Previous Next Index
Class com.openly.dt.ThrowNullPointer
com.openly.dt.ThrowNullPointer
- public class ThrowNullPointer
- extends java.lang.Object
- implements com.openly.dt.DynamicTag
Dynamic Tag that throws a NullPointerException! This class is mostly useful for debugging and testing. 11/9/00 added flush; moved to com.openly.dt package Check out Java and Linking related books at Openly.com!

-
ThrowNullPointer() -

-
getValue(String, Params) -
-
writeValue(String, Params, OutputStream) -

ThrowNullPointer public ThrowNullPointer()

writeValue public void writeValue(java.lang.String param, com.openly.util.Params params, java.io.OutputStream writer) throws java.io.IOException
getValue public java.lang.String getValue(java.lang.String param, com.openly.util.Params params)
All Packages Class Hierarchy This Package Previous Next Index