Package org.jscience.physics.amount
Class AmountException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jscience.physics.amount.AmountException
-
- All Implemented Interfaces:
java.io.Serializable
public class AmountException extends java.lang.RuntimeException
Signals that an illegal measure operation has been performed.- Version:
- 3.0, March 2, 2006
- Author:
- Jean-Marie Dautelle
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AmountException()
Constructs a measure exception with no detail message.AmountException(java.lang.String message)
Constructs a measure exception with the specified message.
-
-
-
Constructor Detail
-
AmountException
public AmountException()
Constructs a measure exception with no detail message.
-
AmountException
public AmountException(java.lang.String message)
Constructs a measure exception with the specified message.- Parameters:
message
- the error message.
-
-