|
||||||||||
| 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
org.hibernate.bytecode.javassist.BulkAccessorException
public class BulkAccessorException
An exception thrown while generating a bulk accessor.
| Constructor Summary | |
|---|---|
BulkAccessorException(java.lang.String message)
Constructs an exception. |
|
BulkAccessorException(java.lang.String message,
int index)
Constructs an exception. |
|
BulkAccessorException(java.lang.String message,
java.lang.Throwable cause)
Constructs an exception. |
|
BulkAccessorException(java.lang.Throwable cause,
int index)
Constructs an exception. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
Gets the cause of this throwable. |
int |
getIndex()
Returns the index of the property that causes this exception. |
java.lang.Throwable |
initCause(java.lang.Throwable cause)
Initializes the cause of this throwable. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BulkAccessorException(java.lang.String message)
public BulkAccessorException(java.lang.String message,
int index)
index - the index of the property that causes an exception.
public BulkAccessorException(java.lang.String message,
java.lang.Throwable cause)
public BulkAccessorException(java.lang.Throwable cause,
int index)
index - the index of the property that causes an exception.| Method Detail |
|---|
public java.lang.Throwable getCause()
getCause in class java.lang.Throwablepublic java.lang.Throwable initCause(java.lang.Throwable cause)
initCause in class java.lang.Throwablepublic int getIndex()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||