org.simantics.databoard.method
Class MethodInterface.ExecutionError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.simantics.databoard.method.MethodInterface.ExecutionError
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
MethodInterface

public static class MethodInterface.ExecutionError
extends java.lang.Exception

A wrapper to an error that occured in the execution of the method.

See Also:
Serialized Form

Constructor Summary
MethodInterface.ExecutionError(java.lang.Object error)
           
 
Method Summary
 java.lang.Object getError()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodInterface.ExecutionError

public MethodInterface.ExecutionError(java.lang.Object error)
Method Detail

getError

public java.lang.Object getError()