JScience v3.3

org.jscience.physics.measures
Class MeasureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jscience.physics.measures.MeasureException
All Implemented Interfaces:
java.io.Serializable

public class MeasureException
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
MeasureException()
          Constructs a measure exception with no detail message.
MeasureException(java.lang.String message)
          Constructs a measure exception with the specified message.
 
Method Summary
 
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

MeasureException

public MeasureException()
Constructs a measure exception with no detail message.


MeasureException

public MeasureException(java.lang.String message)
Constructs a measure exception with the specified message.

Parameters:
message - the error message.

JScience v3.3

Copyright © 2006 JScience.