Class BadAtomTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.actelion.research.chem.forcefield.mmff.BadAtomTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public final class BadAtomTypeException extends java.lang.RuntimeException
The BadAtomTypeException is thrown when there is a bad atom type in a molecule. This is for atoms that are not recognised by the atom typer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadAtomTypeException()
BadAtomTypeException(java.lang.String message)
-