com.kuka.roboticsAPI.uiModel
Class UIEngineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.kuka.roboticsAPI.uiModel.UIEngineException
All Implemented Interfaces:
Serializable

public class UIEngineException
extends RuntimeException

UI engine exception.

See Also:
Serialized Form
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

Constructor Summary
UIEngineException()
          Creates a new instance of the class.
UIEngineException(String message)
          Creates a new instance of the class.
UIEngineException(String message, Throwable cause)
          Creates a new instance of the class.
UIEngineException(Throwable cause)
          Creates a new instance of the class.
 
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

UIEngineException

public UIEngineException()
Creates a new instance of the class.

This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

UIEngineException

public UIEngineException(String message,
                         Throwable cause)
Creates a new instance of the class.

Parameters:
message - exception message
cause - cause of the exception
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

UIEngineException

public UIEngineException(String message)
Creates a new instance of the class.

Parameters:
message - exception message
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

UIEngineException

public UIEngineException(Throwable cause)
Creates a new instance of the class.

Parameters:
cause - cause of the exception
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.


Copyright © 2019. All rights reserved.