com.kuka.common.exceptions
Class NotYetImplementedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.kuka.common.exceptions.KUKARuntimeException
                  extended by com.kuka.common.exceptions.NotYetImplementedException
All Implemented Interfaces:
Serializable

public class NotYetImplementedException
extends KUKARuntimeException

Exception thrown, when the called method or operation is currently not implemented, but will be in future releases.

See Also:
Serialized Form

Constructor Summary
NotYetImplementedException()
          Creates a new NotYetImplementedException with no parameters.
NotYetImplementedException(String message)
          Creates a new NotYetImplementedException with the specified exception message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotYetImplementedException

public NotYetImplementedException()
Creates a new NotYetImplementedException with no parameters.


NotYetImplementedException

public NotYetImplementedException(String message)
Creates a new NotYetImplementedException with the specified exception message.

Parameters:
message - exception message.


Copyright © 2019. All rights reserved.