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!


Constructor Index

 o ThrowNullPointer()

Method Index

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

Constructors

 o ThrowNullPointer
 public ThrowNullPointer()

Methods

 o writeValue
 public void writeValue(java.lang.String param,                        com.openly.util.Params params,                        java.io.OutputStream writer) throws java.io.IOException
 o getValue
 public java.lang.String getValue(java.lang.String param,                                  com.openly.util.Params params)

All Packages  Class Hierarchy  This Package  Previous  Next  Index