public class RationalRangeException extends IllegalArgumentException implements MAJException, NewForMAJ
Thrown when a rational value is outside of the acceptable range in a given context.
No equivalent C result code exists.
| Constructor and Description |
|---|
RationalRangeException()
Create a new rational range exception with no message.
|
RationalRangeException(String msg)
Create a new rational range exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RationalRangeException(String msg)
Create a new rational range exception with the given descriptive message.
msg - Message describing the exception.public RationalRangeException()
Create a new rational range exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.