Class ThermoMLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.episteme.natural.physics.loaders.thermoml.ThermoMLException
All Implemented Interfaces:
Serializable

public class ThermoMLException extends Exception
Exception thrown when ThermoML parsing fails.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • ThermoMLException

      public ThermoMLException(String message)
      Creates a new exception with a message.
    • ThermoMLException

      public ThermoMLException(String message, Throwable cause)
      Creates a new exception with a message and cause.