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
public class NoSuchBondException extends RuntimeException
Exception that is thrown when a Bond 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 NoSuchBondException(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 Detail
-
NoSuchBondException
public NoSuchBondException(String message)
Constructs a new NoSuchBondException with the given message.- Parameters:
message
- for the constructed exception
-
-