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
Exception that may be thrown when an atom type is looked up or perceived
but no such atom type was found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchAtomTypeException(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 Details
-
NoSuchAtomTypeException
Constructs a new NoSuchAtomTypeException.- Parameters:
message- Message explaining why the atom type could not be found
-