Class ParseException

All Implemented Interfaces:
Serializable

@PublicApi public class ParseException extends ChemTermsException
This exception is thrown when parse errors are encountered.
See Also:
  • Constructor Details

    • ParseException

      public ParseException()
    • ParseException

      public ParseException(String message)
    • ParseException

      public ParseException(Throwable e)
    • ParseException

      public ParseException(String msg, Throwable e)