Class BondedUtils.MissingAtomTypeException

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

public static class BondedUtils.MissingAtomTypeException extends Exception
This exception is thrown when an atom type could not be assigned.
See Also:
  • Field Details

    • residue

      public final Residue residue
    • atom

      public final Atom atom
  • Constructor Details

    • MissingAtomTypeException

      public MissingAtomTypeException(Residue residue, Atom atom)
  • Method Details