anl.aida.data
Class UnsupportedUnitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by anl.aida.data.UnsupportedUnitException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedUnitException
extends java.lang.Exception

Signals that a paricular unit representation is unsupported.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
UnsupportedUnitException()
           
UnsupportedUnitException(java.lang.String message)
           
UnsupportedUnitException(java.lang.String message, java.lang.Throwable cause)
           
UnsupportedUnitException(java.lang.Throwable cause)
           
 
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

UnsupportedUnitException

public UnsupportedUnitException()

UnsupportedUnitException

public UnsupportedUnitException(java.lang.Throwable cause)

UnsupportedUnitException

public UnsupportedUnitException(java.lang.String message)

UnsupportedUnitException

public UnsupportedUnitException(java.lang.String message,
                                java.lang.Throwable cause)