Class Flag4jParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.flag4j.util.exceptions.Flag4jParsingException
All Implemented Interfaces:
Serializable

public class Flag4jParsingException extends RuntimeException
An exception which is thrown when an unexpected error occurs while trying to parse a string representing some algebraic structure (e.g. matrix, complex number, etc.).
See Also:
  • Constructor Details

    • Flag4jParsingException

      public Flag4jParsingException(String errMsg)
      Creates a Flag4jParsingException to be thrown when an unexpected error occurs while trying to parse a string representing some algebraic structure (e.g. matrix, complex number, etc.).
      Parameters:
      errMsg - Error message for the exception.