Package tools.exceptions
Class NotYetImplementedException
Object
Throwable
Exception
RuntimeException
UnsupportedOperationException
NotYetImplementedException
- All Implemented Interfaces:
Serializable
public class NotYetImplementedException
extends UnsupportedOperationException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NotYetImplementedException(String message)
To be thrown when a feature is not yet implemented -
Method Summary
-
Constructor Details
-
NotYetImplementedException
public NotYetImplementedException(String message)To be thrown when a feature is not yet implemented- Parameters:
message
- the feature not yet implemented
-