cx.ath.matthew.cgi
Class CGIHeaderSentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cx.ath.matthew.cgi.CGIHeaderSentException
All Implemented Interfaces:
java.io.Serializable

public class CGIHeaderSentException
extends java.lang.Exception

Thrown if the headers have already been sent and CGI.header is called.

See Also:
Serialized Form

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

CGIHeaderSentException

public CGIHeaderSentException()