nenok.va
Class VAException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
nenok.lc.LCException
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
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.