org.simantics.databoard.adapter
Class RuntimeAdapterConstructionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.simantics.databoard.adapter.RuntimeAdapterConstructionException
All Implemented Interfaces:
java.io.Serializable

public class RuntimeAdapterConstructionException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
RuntimeAdapterConstructionException(AdapterConstructionException cause)
           
 
Method Summary
 AdapterConstructionException getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

RuntimeAdapterConstructionException

public RuntimeAdapterConstructionException(AdapterConstructionException cause)
Method Detail

getCause

public AdapterConstructionException getCause()
Overrides:
getCause in class java.lang.Throwable