com.restfb.exception
Class FacebookJsonMappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.restfb.exception.FacebookException
                  extended by com.restfb.exception.FacebookJsonMappingException
All Implemented Interfaces:
Serializable

public class FacebookJsonMappingException
extends FacebookException

Indicates that an error occurred while mapping JSON data to a Java object.

Author:
Mark Allen
See Also:
Serialized Form

Constructor Summary
FacebookJsonMappingException(String message)
          Creates an exception with the given message.
FacebookJsonMappingException(String message, Throwable cause)
          Creates an exception with the given message and cause.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FacebookJsonMappingException

public FacebookJsonMappingException(String message)
Creates an exception with the given message.

Parameters:
message - A message describing this exception.

FacebookJsonMappingException

public FacebookJsonMappingException(String message,
                                    Throwable cause)
Creates an exception with the given message and cause.

Parameters:
message - A message describing this exception.
cause - The exception that caused this exception to be thrown.


RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.