Class SBMLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.episteme.natural.biology.loaders.sbml.SBMLException
All Implemented Interfaces:
Serializable

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

    • SBMLException

      public SBMLException(String message)
    • SBMLException

      public SBMLException(String message, Throwable cause)