Package org.biojava.nbio.structure.scop
Class ScopIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.biojava.nbio.structure.scop.ScopIOException
-
- All Implemented Interfaces:
Serializable
public class ScopIOException extends RuntimeException
Indicates that an I/O error occurred with SCOP lazy initialization.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScopIOException()
ScopIOException(String message)
ScopIOException(String message, Throwable cause)
ScopIOException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ScopIOException
public ScopIOException()
-
ScopIOException
public ScopIOException(String message)
-
ScopIOException
public ScopIOException(String message, Throwable cause)
-
ScopIOException
public ScopIOException(Throwable cause)
-
-