Package net.sf.cglib.beans
Class BulkBeanException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.cglib.beans.BulkBeanException
-
- All Implemented Interfaces:
java.io.Serializable
public class BulkBeanException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BulkBeanException(java.lang.String message, int index)
BulkBeanException(java.lang.Throwable cause, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
int
getIndex()
-