public static class BeanHashStructureConverter.HashToBeanException
extends java.lang.Exception
BeanHashStructureConverter.getBeanFromHashStructure(oracle.javatools.data.HashStructure)
 which wraps an Exception that occured during the conversion from a
 HashStructure to a bean object, along with the partially built bean object.| Modifier and Type | Method and Description | 
|---|---|
java.lang.Throwable | 
getCause()
Get the (initial) cause of the Exception that prevented the full build
 of the bean object. 
 | 
java.lang.Object | 
getObject()
Get the bean object in its partially built state 
 | 
public final java.lang.Object getObject()
public java.lang.Throwable getCause()
suppressed against the cause
 exception.getCause in class java.lang.Throwable