public static class Money.InvalidScaleFactorException extends RuntimeException
The InvalidScaleFactorException is thrown if an invalid scale factor is specified (valid scale factors are 0, 1, and 2). This is a non-checked exception and will be detected at runtime only.
| Constructor and Description |
|---|
InvalidScaleFactorException()
Default constructor for a InvalidScaleFactorException object.
|
InvalidScaleFactorException(String info)
Constructor for a InvalidScaleFactorException object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidScaleFactorException()
public InvalidScaleFactorException(String info)
info - Descriptive information
Copyright © 2002–2019 Starter Inc.. All rights reserved.