net.sf.cglib.beans
Class BulkBeanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.cglib.beans.BulkBeanException
All Implemented Interfaces:
Serializable

public class BulkBeanException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
BulkBeanException(String message, int index)
           
BulkBeanException(Throwable cause, int index)
           
 
Method Summary
 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BulkBeanException

public BulkBeanException(String message,
                         int index)

BulkBeanException

public BulkBeanException(Throwable cause,
                         int index)
Method Detail

getIndex

public int getIndex()

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable


Copyright © 2012 Oracle Corporation. All Rights Reserved.