Package org.eclipse.net4j.util
Class ImplementationError
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Error
- 
- org.eclipse.net4j.util.ImplementationError
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ImplementationError extends java.lang.ErrorShould not be used anymore in favour ofAssertionError. Likely to be deprecated soon.- Author:
- Eike Stepper
- See Also:
- Serialized Form
- No Extend
- This class is not intended to be subclassed by clients.
 
- 
- 
Constructor SummaryConstructors Constructor Description ImplementationError()ImplementationError(java.lang.String message)ImplementationError(java.lang.String message, java.lang.Throwable cause)ImplementationError(java.lang.Throwable cause)
 
- 
- 
- 
Constructor Detail- 
ImplementationErrorpublic ImplementationError() 
 - 
ImplementationErrorpublic ImplementationError(java.lang.String message) 
 - 
ImplementationErrorpublic ImplementationError(java.lang.String message, java.lang.Throwable cause)
 - 
ImplementationErrorpublic ImplementationError(java.lang.Throwable cause) 
 
- 
 
-