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=0000000000000000000000000000000000000000;hp=9335db815d9815e7cdc88088938a3b53faa8839b;hb=b293b312d6f0dd8b2dc716375fd442dd295a9942;hpb=9179a67d9952d3b63e95686dbd6cacd3c9e13cb2 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 deleted file mode 100644 index 9335db81..00000000 --- a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnmappedErrorException.html +++ /dev/null @@ -1,30 +0,0 @@ - - - -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  }
-
-
- - -