nenok.lc.constr
Class ConstrException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nenok.lc.LCException
              extended by nenok.lc.constr.ConstrException
All Implemented Interfaces:
Serializable

public class ConstrException
extends LCException

This class represents exceptions thrown during the join tree construction process.

Version:
1.1
Author:
Marc Pouly
See Also:
Serialized Form

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

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.

ConstrException

public ConstrException(Throwable cause)
Constructor:

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