cx.ath.matthew.cgi
Class CGIInvalidContentFormatException

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

public class CGIInvalidContentFormatException
extends java.lang.Exception

Thrown if both raw and text data are set in the same page.

See Also:
Serialized Form

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

CGIInvalidContentFormatException

public CGIInvalidContentFormatException()