Package org.openscience.cdk.exception
Class NoSuchBondException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openscience.cdk.exception.NoSuchBondException
- All Implemented Interfaces:
Serializable
Exception that is thrown when a Bond is requested or required that
does not exist in the relevant environment.
- See Also:
- Source code:
- main
- Belongs to CDK module:
- core
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchBondException
(String message) Constructs a new NoSuchBondException 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
-
NoSuchBondException
Constructs a new NoSuchBondException with the given message.- Parameters:
message
- for the constructed exception
-