Package org.openscience.cdk.exception
Class NoSuchAtomTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openscience.cdk.exception.CDKException
-
- org.openscience.cdk.exception.NoSuchAtomTypeException
-
- All Implemented Interfaces:
Serializable
public class NoSuchAtomTypeException extends CDKException
Exception that may be thrown when an atom type is looked up or perceived but no such atom type was found.- See Also:
- Serialized Form
- Source code:
- main
- Belongs to CDK module:
- core
-
-
Constructor Summary
Constructors Constructor Description NoSuchAtomTypeException(String message)
Constructs a new NoSuchAtomTypeException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSuchAtomTypeException
public NoSuchAtomTypeException(String message)
Constructs a new NoSuchAtomTypeException.- Parameters:
message
- Message explaining why the atom type could not be found
-
-