Package org.eclipse.net4j.util
Klasse ImplementationError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.eclipse.net4j.util.ImplementationError
- Alle implementierten Schnittstellen:
Serializable
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.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungImplementationError
(String message) ImplementationError
(String message, Throwable cause) ImplementationError
(Throwable cause) -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
ImplementationError
public ImplementationError() -
ImplementationError
-
ImplementationError
-
ImplementationError
-