org.xspace.mx
Class MeasurementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.xspace.mx.MeasurementException
- All Implemented Interfaces:
- java.io.Serializable
- public class MeasurementException
- extends java.lang.RuntimeException
An exception involving Measurement
s.
- Since:
- 0.1
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MeasurementException
public MeasurementException()
- Creates a new instance of
MeasurementException
without detail message.
MeasurementException
public MeasurementException(java.lang.String msg)
- Constructs an instance of
MeasurementException
with the specified detail message.
- Parameters:
msg
- the detail message.
MeasurementException
public MeasurementException(java.lang.Throwable cause)
MeasurementException
public MeasurementException(java.lang.String msg,
java.lang.Throwable cause)