jrun.jsp.runtime
Class JRunJspWriter.BaseIOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--jrun.jsp.runtime.JRunJspWriter.BaseIOException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JRunJspWriter.AutoFlushException, JRunJspWriter.ClearAfterFlushException, JRunJspWriter.JspWriterClosedException
Enclosing class:
JRunJspWriter

public class JRunJspWriter.BaseIOException
extends java.io.IOException

See Also:
Serialized Form

Field Summary
 int line
           
 java.lang.String page
           
 
Constructor Summary
JRunJspWriter.BaseIOException()
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

page

public java.lang.String page

line

public int line
Constructor Detail

JRunJspWriter.BaseIOException

public JRunJspWriter.BaseIOException()
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright � 2002 Macromedia Corporation. All Rights Reserved.