Class ImplementationError

  • All Implemented Interfaces:
    java.io.Serializable

    public class ImplementationError
    extends java.lang.Error
    Should not be used anymore in favour of AssertionError. Likely to be deprecated soon.
    Author:
    Eike Stepper
    See Also:
    Serialized Form
    No Extend
    This class is not intended to be subclassed by clients.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • ImplementationError

        public ImplementationError()
      • ImplementationError

        public ImplementationError​(java.lang.String message)
      • ImplementationError

        public ImplementationError​(java.lang.String message,
                                   java.lang.Throwable cause)
      • ImplementationError

        public ImplementationError​(java.lang.Throwable cause)