Package org.openscience.cdk.exception
Class NoSuchAtomException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openscience.cdk.exception.NoSuchAtomException
- All Implemented Interfaces:
Serializable
Exception that is thrown when an Atom is requested or required that
does not exist in the relevant environment.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchAtomException(String message) Constructs a new NoSuchAtomException with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchAtomException
Constructs a new NoSuchAtomException with the given message.- Parameters:
message- for the constructed exception
-