Class WillNotBeImplementedException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class WillNotBeImplementedException
    extends java.lang.UnsupportedOperationException
    Deprecated.
    Will be removed in next minor release.
    A NotYetImplementedException is thrown, when a method is not yet implemented and should be implemented later. On the final implementation this class will be removed, because than there is nothing not implemented.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • WillNotBeImplementedException

        public WillNotBeImplementedException()
        Deprecated.
      • WillNotBeImplementedException

        public WillNotBeImplementedException​(java.lang.String message)
        Deprecated.
        Parameters:
        message -
      • WillNotBeImplementedException

        public WillNotBeImplementedException​(java.lang.String message,
                                             java.lang.Throwable cause)
        Deprecated.
        Parameters:
        message -
        cause -
      • WillNotBeImplementedException

        public WillNotBeImplementedException​(java.lang.Throwable cause)
        Deprecated.
        Parameters:
        cause -