com.thoughtworks.xstream.converters.reflection
Class ObjectAccessException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.thoughtworks.xstream.core.BaseException
                  extended bycom.thoughtworks.xstream.converters.reflection.ObjectAccessException
All Implemented Interfaces:
java.io.Serializable

public class ObjectAccessException
extends com.thoughtworks.xstream.core.BaseException

See Also:
Serialized Form

Constructor Summary
ObjectAccessException(java.lang.String message)
           
ObjectAccessException(java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class com.thoughtworks.xstream.core.BaseException
getCause
 
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

ObjectAccessException

public ObjectAccessException(java.lang.String message)

ObjectAccessException

public ObjectAccessException(java.lang.String message,
                             java.lang.Throwable cause)


Joe Walnes, http://xstream.codehaus.org/