Package chemaxon.jchem.db
Class TransferException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- chemaxon.jchem.db.TransferException
-
- All Implemented Interfaces:
Serializable
@PublicAPI public class TransferException extends Exception
Exception indicating errors during import and export.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransferException()
TransferException(String s)
TransferException(String s, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-