nenok.constr
Class ConstrException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
nenok.lc.LCException
nenok.constr.ConstrException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ParserException
public class ConstrException
- extends LCException
This class represents exceptions thrown during the join tree construction process.
- Version:
- $LastChangedRevision: 554 $
$LastChangedDate: 2008-03-26 14:19:57 +0100 (Mi, 26 Mrz 2008) $
- Author:
- Marc Pouly
- See Also:
- Serialized Form
ConstrException
public ConstrException(String message)
- Constructor:
- Parameters:
message
- The exception message.
ConstrException
public ConstrException(String message,
Throwable cause)
- Constructor:
- Parameters:
message
- The exception message.cause
- The (prior) exception to be wrapped.