org.apache.james.util
Class CRLFTerminatedReader.TerminationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.apache.james.util.CRLFTerminatedReader.TerminationException
All Implemented Interfaces:
Serializable
Enclosing class:
CRLFTerminatedReader

public class CRLFTerminatedReader.TerminationException
extends IOException

See Also:
Serialized Form

Constructor Summary
CRLFTerminatedReader.TerminationException(int where)
           
CRLFTerminatedReader.TerminationException(String s, int where)
           
 
Method Summary
 int position()
           
 
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

CRLFTerminatedReader.TerminationException

public CRLFTerminatedReader.TerminationException(int where)

CRLFTerminatedReader.TerminationException

public CRLFTerminatedReader.TerminationException(String s,
                                                 int where)
Method Detail

position

public int position()


"Copyright © 1999-2006 Apache Jakarta Project. All Rights Reserved."