Class Flag4jParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.flag4j.util.exceptions.Flag4jParsingException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionFlag4jParsingException
(String errMsg) Creates aFlag4jParsingException
to be thrown when an unexpected error occurs while trying to parse a string representing some algebraic structure (e.g. matrix, complex number, etc.). -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Flag4jParsingException
Creates aFlag4jParsingException
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.
-