nenok.va
Class VAException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          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:
1.1
Author:
Marc Pouly
See Also:
Serialized Form

Constructor Summary
VAException(String message)
          Constructor:
VAException(String message, Throwable cause)
          Constructor:
VAException(Throwable cause)
          Constructor:
 
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

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.

VAException

public VAException(Throwable cause)
Constructor:

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