Class BondedUtils.MissingHeavyAtomException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ffx.potential.bonded.BondedUtils.MissingHeavyAtomException
All Implemented Interfaces:
Serializable
Enclosing class:
BondedUtils

public static class BondedUtils.MissingHeavyAtomException extends Exception
This exception is thrown when a heavy atom is not found.
See Also:
  • Field Details

    • atomName

      public final String atomName
    • atomType

      public final AtomType atomType
  • Constructor Details

    • MissingHeavyAtomException

      public MissingHeavyAtomException(String atomName, AtomType atomType, Atom bondedTo)
  • Method Details