GXPARSE hosted by SourceForge.net Logo

ca.gorman.xml.parse.toolkit
Class CoroutineRuntimeException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CoroutineTransferException

public class CoroutineRuntimeException
extends RuntimeException

Base class for coroutine unchecked exceptions.

See Also:
Serialized Form

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

CoroutineRuntimeException

public CoroutineRuntimeException()

CoroutineRuntimeException

public CoroutineRuntimeException(String s)

CoroutineRuntimeException

public CoroutineRuntimeException(Throwable t)

CoroutineRuntimeException

public CoroutineRuntimeException(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