Class NameFormatException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NameFormatException.FilteredCase, NamePrefixException

@PublicAPI public class NameFormatException extends MolFormatException
A failure to convert a name to a structure.
See Also:
  • Constructor Details

    • NameFormatException

      public NameFormatException(String message)
    • NameFormatException

      public NameFormatException(Throwable cause)
    • NameFormatException

      public NameFormatException(String message, Throwable cause)
    • NameFormatException

      public NameFormatException(String message, String prefix)
  • Method Details

    • getPrefix

      public String getPrefix()
      The part of the input name that was recognized, or null.
    • fillInStackTrace

      public Throwable fillInStackTrace()
      Overrides:
      fillInStackTrace in class Throwable