nenok.va
Class VAException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by nenok.lc.LCException
                      extended by nenok.va.VAException
All Implemented Interfaces:
Serializable

public class VAException
extends LCException

This class represents exceptions occuring during computations in a valuation algebra. VAException stands therefore for Valuation Algebra Exception. Typically, such exceptions are thrown if illegal valuation algebra operations are performed.

Version:
$LastChangedRevision: 559 $
$LastChangedDate: 2008-03-26 14:25:18 +0100 (Mi, 26 Mrz 2008) $
Author:
Marc Pouly
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
VAException(String message)
          Constructor:
VAException(String message, Throwable cause)
          Constructor:
 
Method Summary
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

VAException

public VAException(String message)
Constructor:

Parameters:
message - The exception message.

VAException

public VAException(String message,
                   Throwable cause)
Constructor:

Parameters:
message - The exception message.
cause - The (prior) exception to be wrapped.