Klasse ImplementationError

java.lang.Object
java.lang.Throwable
java.lang.Error
org.eclipse.net4j.util.ImplementationError
Alle implementierten Schnittstellen:
Serializable

public class ImplementationError extends Error
Should not be used anymore in favor of AssertionError. Likely to be deprecated soon.
Autor:
Eike Stepper
Siehe auch:
No Extend
This class is not intended to be subclassed by clients.
  • Konstruktordetails

    • ImplementationError

      public ImplementationError()
    • ImplementationError

      public ImplementationError(String message)
    • ImplementationError

      public ImplementationError(String message, Throwable cause)
    • ImplementationError

      public ImplementationError(Throwable cause)