Class MathMLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.episteme.core.mathematics.loaders.mathml.MathMLException
All Implemented Interfaces:
Serializable

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

    • MathMLException

      public MathMLException(String message)
      Constructs a new MathML exception with the specified message.
      Parameters:
      message - the error message
    • MathMLException

      public MathMLException(String message, Throwable cause)
      Constructs a new MathML exception with the specified message and cause.
      Parameters:
      message - the error message
      cause - the cause of this exception