com.lc.util
Class ImplementationError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--com.lc.util.CascadingError
                    |
                    +--com.lc.util.ImplementationError
All Implemented Interfaces:
ICascadingThrowable, java.io.Serializable

public final class ImplementationError
extends CascadingError

Represents a precondition / invariant violation, detected inside of the emitting class.

Version:
$Revision: 1.2 $ $Date: 2002/03/13 20:38:42 $
Author:
Laurent Caillette
See Also:
Serialized Form

Constructor Summary
ImplementationError()
           
ImplementationError(java.lang.String msg)
           
ImplementationError(java.lang.String msg, java.lang.Throwable cause)
           
ImplementationError(java.lang.Throwable cause)
           
 
Methods inherited from class com.lc.util.CascadingError
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImplementationError

public ImplementationError()

ImplementationError

public ImplementationError(java.lang.String msg)

ImplementationError

public ImplementationError(java.lang.String msg,
                           java.lang.Throwable cause)

ImplementationError

public ImplementationError(java.lang.Throwable cause)