com.kuka.common.exceptions
Class NotYetImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.kuka.common.exceptions.KUKARuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.