org.hibernate.bytecode.javassist
public class BulkAccessorException extends java.lang.RuntimeException
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
public java.lang.Throwable initCause(java.lang.Throwable cause)
initCause
in class java.lang.Throwable
public int getIndex()
Copyright © 2014. All Rights Reserved.