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
public class NoSuchAtomException extends RuntimeException
Exception that is thrown when an Atom is requested or required that does not exist in the relevant environment.- See Also:
- Serialized Form
- Source code:
- main
- Belongs to CDK module:
- core
-
-
Constructor Summary
Constructors Constructor Description NoSuchAtomException(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 Detail
-
NoSuchAtomException
public NoSuchAtomException(String message)
Constructs a new NoSuchAtomException with the given message.- Parameters:
message
- for the constructed exception
-
-