|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.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(String message)
Constructs an exception. |
|
BulkAccessorException(String message,
int index)
Constructs an exception. |
|
BulkAccessorException(String message,
Throwable cause)
Constructs an exception. |
|
BulkAccessorException(Throwable cause,
int index)
Constructs an exception. |
Method Summary | |
---|---|
Throwable |
getCause()
Gets the cause of this throwable. |
int |
getIndex()
Returns the index of the property that causes this exception. |
Throwable |
initCause(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(String message)
public BulkAccessorException(String message, int index)
index
- the index of the property that causes an exception.public BulkAccessorException(String message, Throwable cause)
public BulkAccessorException(Throwable cause, int index)
index
- the index of the property that causes an exception.Method Detail |
---|
public Throwable getCause()
getCause
in class Throwable
public Throwable initCause(Throwable cause)
initCause
in class Throwable
public int getIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |