Home / Development / Documentation / 2.0.44 / ReadWriteFactoryException
TreeGraph 2
 


info.bioinfweb.treegraph.document.io
Class ReadWriteFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by info.bioinfweb.treegraph.document.io.ReadWriteFactoryException
All Implemented Interfaces:
Serializable

public class ReadWriteFactoryException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ReadWriteFactoryException()
           
ReadWriteFactoryException(String arg0)
           
ReadWriteFactoryException(String arg0, Throwable arg1)
           
ReadWriteFactoryException(Throwable arg0)
           
 
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

ReadWriteFactoryException

public ReadWriteFactoryException()

ReadWriteFactoryException

public ReadWriteFactoryException(String arg0,
                                 Throwable arg1)

ReadWriteFactoryException

public ReadWriteFactoryException(String arg0)

ReadWriteFactoryException

public ReadWriteFactoryException(Throwable arg0)