nenok.constr
Class ConstrException

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.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

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
ConstrException(String message)
          Constructor:
ConstrException(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

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.