Package it.unive.lisa.util.numeric
Class MathNumberConversionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- it.unive.lisa.util.numeric.MathNumberConversionException
-
- All Implemented Interfaces:
java.io.Serializable
public class MathNumberConversionException extends java.lang.Exception
An exception thrown when aMathNumber
fails to be converted to a specific Java numerical type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MathNumberConversionException(MathNumber m)
Builds the exception.
-
-
-
Constructor Detail
-
MathNumberConversionException
public MathNumberConversionException(MathNumber m)
Builds the exception.- Parameters:
m
- the math number that fails to be converted
-
-