X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=dist%2Ffacebook-utils-2.5.0%2Fxref%2Fde%2Fjuplo%2Ffacebook%2Fexceptions%2FUnmappedErrorException.html;fp=dist%2Ffacebook-utils-2.5.0%2Fxref%2Fde%2Fjuplo%2Ffacebook%2Fexceptions%2FUnmappedErrorException.html;h=9335db815d9815e7cdc88088938a3b53faa8839b;hp=0000000000000000000000000000000000000000;hb=a53595184bd6e57bdc45292cc92c393c4e2dfe6e;hpb=c48c9ee0e9faa89a4c0a5323b367b9f5a6abe602 diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnmappedErrorException.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnmappedErrorException.html new file mode 100644 index 00000000..9335db81 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnmappedErrorException.html @@ -0,0 +1,30 @@ + + + +UnmappedErrorException xref + + + +
View Javadoc
+1   package de.juplo.facebook.exceptions;
+2   
+3   
+4   /**
+5    * Marker class for error-messages, that are not mapped yet.
+6    * Pleas help us to complete the list of possible errors and report errors,
+7    * that are mapped to this class to info@juplo.de. Thanxs!
+8    *
+9    * @author Kai Moritz
+10   */
+11  public class UnmappedErrorException extends GraphApiException
+12  {
+13    protected  UnmappedErrorException(FacebookErrorMessage error)
+14    {
+15      super(error);
+16    }
+17  }
+
+
+ + +