com.mchange.v1.util
Class BrokenObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mchange.v1.util.BrokenObjectException
All Implemented Interfaces:
Serializable

public class BrokenObjectException
extends Exception

See Also:
Serialized Form

Constructor Summary
BrokenObjectException(Object broken)
           
BrokenObjectException(Object broken, String msg)
           
 
Method Summary
 Object getBrokenObject()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

BrokenObjectException

public BrokenObjectException(Object broken,
                             String msg)

BrokenObjectException

public BrokenObjectException(Object broken)
Method Detail

getBrokenObject

public Object getBrokenObject()