GXPARSE hosted by SourceForge.net Logo

ca.gorman.xml.parse.toolkit
Class CoroutineTransferException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ca.gorman.xml.parse.toolkit.CoroutineRuntimeException
                  extended by ca.gorman.xml.parse.toolkit.CoroutineTransferException
All Implemented Interfaces:
Serializable

public class CoroutineTransferException
extends CoroutineRuntimeException

Unchecked exception for transferring checked exceptions between coroutines.

See Also:
Serialized Form

Constructor Summary
CoroutineTransferException()
           
CoroutineTransferException(String s)
           
CoroutineTransferException(String s, Throwable t)
           
CoroutineTransferException(Throwable t)
           
 
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

CoroutineTransferException

public CoroutineTransferException()

CoroutineTransferException

public CoroutineTransferException(String s)

CoroutineTransferException

public CoroutineTransferException(Throwable t)

CoroutineTransferException

public CoroutineTransferException(String s,
                                  Throwable t)

GXPARSE download

GXPARSE Generic XML Stream Parser API and supporting tools.   Release $Name: gxparse-sf-alpha-2_0 $
Copyright 2003-2004 Ian E. Gorman
Released under GNU Lesser General Public License