Class NoFreeAttachmentPointException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
chemaxon.struc.sgroup.NoFreeAttachmentPointException
All Implemented Interfaces:
Serializable

@PublicApi public class NoFreeAttachmentPointException extends RuntimeException
Exception thrown when a superatom method fails due to running out of free attachment points.
See Also:
  • Constructor Details

    • NoFreeAttachmentPointException

      public NoFreeAttachmentPointException()
    • NoFreeAttachmentPointException

      public NoFreeAttachmentPointException(SgroupAtom atom)
    • NoFreeAttachmentPointException

      public NoFreeAttachmentPointException(String message, Throwable cause)
    • NoFreeAttachmentPointException

      public NoFreeAttachmentPointException(String message)
    • NoFreeAttachmentPointException

      public NoFreeAttachmentPointException(String message, SgroupAtom atom)
    • NoFreeAttachmentPointException

      public NoFreeAttachmentPointException(Throwable cause)
  • Method Details