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

    Methods inherited from class Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NotYetImplementedException

      public NotYetImplementedException​(String message)
      To be thrown when a feature is not yet implemented
      Parameters:
      message - the feature not yet implemented