Class CompositionParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
_global.tri.oxidationstates.util.CompositionParseException
All Implemented Interfaces:
Serializable

public class CompositionParseException extends RuntimeException
This exception is thrown if there is a problem parsing a composition
See Also:
  • Constructor Details

    • CompositionParseException

      public CompositionParseException(String message)
      Creates a composition parse exception with the given message.
      Parameters:
      message - The given message.