org.xspace.mx
Class MeasurementException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.xspace.mx.MeasurementException
All Implemented Interfaces:
java.io.Serializable

public class MeasurementException
extends java.lang.RuntimeException

An exception involving Measurements.

Since:
0.1
See Also:
Serialized Form

Constructor Summary
MeasurementException()
          Creates a new instance of MeasurementException without detail message.
MeasurementException(java.lang.String msg)
          Constructs an instance of MeasurementException with the specified detail message.
MeasurementException(java.lang.String msg, java.lang.Throwable cause)
           
MeasurementException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

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)