Class ImplementationError

java.lang.Object
java.lang.Throwable
java.lang.Error
org.eclipse.net4j.util.ImplementationError
All Implemented Interfaces:
Serializable

public class ImplementationError extends Error
Should not be used anymore in favor of AssertionError. Likely to be deprecated soon.
Author:
Eike Stepper
See Also:
No Extend
This class is not intended to be subclassed by clients.
  • Constructor Details

    • ImplementationError

      public ImplementationError()
    • ImplementationError

      public ImplementationError(String message)
    • ImplementationError

      public ImplementationError(String message, Throwable cause)
    • ImplementationError

      public ImplementationError(Throwable cause)