Class WorkbenchException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WorkbenchException
    extends java.lang.Exception
    A Workbench exception indicates that a real-time or simulated twin caused an exception.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WorkbenchException​(java.lang.Exception e)
      Instantiates a WorkbenchException with the parameter inner exception
      WorkbenchException​(java.lang.String message)
      Instantiates a WorkbenchException with the parameter message
      WorkbenchException​(java.lang.String message, java.lang.Exception e)
      Instantiates a WorkbenchException with the parameter message and inner exception
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getMessage()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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
    • Constructor Detail

      • WorkbenchException

        public WorkbenchException​(java.lang.String message,
                                  java.lang.Exception e)
        Instantiates a WorkbenchException with the parameter message and inner exception
        Parameters:
        message - the message of this exception
        e - the inner exception
      • WorkbenchException

        public WorkbenchException​(java.lang.Exception e)
        Instantiates a WorkbenchException with the parameter inner exception
        Parameters:
        e - the inner exception
      • WorkbenchException

        public WorkbenchException​(java.lang.String message)
        Instantiates a WorkbenchException with the parameter message
        Parameters:
        message - the message of this exception
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable