Package org.eclipse.net4j.util
Class ImplementationError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.eclipse.net4j.util.ImplementationError
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionImplementationError
(String message) ImplementationError
(String message, Throwable cause) ImplementationError
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImplementationError
public ImplementationError() -
ImplementationError
-
ImplementationError
-
ImplementationError
-