org.jnario.lib.internal
Class RowFailed

java.lang.Object
  extended by org.jnario.lib.internal.RowResult
      extended by org.jnario.lib.internal.RowFailed

public class RowFailed
extends RowResult

Author:
Sebastian Benz - Initial contribution and API

Constructor Summary
RowFailed(ExampleTableRow value, Throwable e)
           
 
Method Summary
 Throwable getCause()
           
 String toString()
           
 
Methods inherited from class org.jnario.lib.internal.RowResult
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RowFailed

public RowFailed(ExampleTableRow value,
                 Throwable e)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getCause

public Throwable getCause()


Copyright © 2012-2013 BMW Car IT. All Rights Reserved.