Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hibernate.bytecode.javassist
Class BulkAccessorException  view BulkAccessorException download BulkAccessorException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.hibernate.bytecode.javassist.BulkAccessorException
All Implemented Interfaces:
java.io.Serializable

public class BulkAccessorException
extends java.lang.RuntimeException

An exception thrown while generating a bulk accessor.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  int index
           
private  java.lang.Throwable myCause
           
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
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
 

Field Detail

myCause

private java.lang.Throwable myCause

index

private int index
Constructor Detail

BulkAccessorException

public BulkAccessorException(java.lang.String message)
Constructs an exception.


BulkAccessorException

public BulkAccessorException(java.lang.String message,
                             int index)
Constructs an exception.


BulkAccessorException

public BulkAccessorException(java.lang.String message,
                             java.lang.Throwable cause)
Constructs an exception.


BulkAccessorException

public BulkAccessorException(java.lang.Throwable cause,
                             int index)
Constructs an exception.

Method Detail

getCause

public java.lang.Throwable getCause()
Gets the cause of this throwable. It is for JDK 1.3 compatibility.


initCause

public java.lang.Throwable initCause(java.lang.Throwable cause)
Initializes the cause of this throwable. It is for JDK 1.3 compatibility.


getIndex

public int getIndex()
Returns the index of the property that causes this exception.