org.biopax.paxtools.util
Class BioPaxIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.biopax.paxtools.util.BioPaxIOException
All Implemented Interfaces:
java.io.Serializable

public class BioPaxIOException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
BioPaxIOException(java.lang.String message)
           
BioPaxIOException(java.lang.Throwable cause)
           
 
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

BioPaxIOException

public BioPaxIOException(java.lang.Throwable cause)

BioPaxIOException

public BioPaxIOException(java.lang.String message)