|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.cglib.beans.BulkBeanException
public class BulkBeanException
Constructor Summary | |
---|---|
BulkBeanException(java.lang.String message,
int index)
|
|
BulkBeanException(java.lang.Throwable cause,
int index)
|
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
|
int |
getIndex()
|
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 |
---|
public BulkBeanException(java.lang.String message, int index)
public BulkBeanException(java.lang.Throwable cause, int index)
Method Detail |
---|
public int getIndex()
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |