Package org.mustangproject.Exceptions
Class ArithmetricException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.text.ParseException
-
- org.mustangproject.Exceptions.ArithmetricException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ArithmeticException
public class ArithmetricException extends java.text.ParseExceptionwill be thrown if an invoice cant be reproduced numerically (deprecated, because of typo)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArithmetricException()ArithmetricException(java.lang.String details)
-