Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.

public class AnnotationFormatError

  1. Object
  2. Throwable
  3. Error
  4. AnnotationFormatError
A mirror of java.lang.annotation.AnnotationFormatError.

Constructors

public AnnotationFormatError(String message)
public AnnotationFormatError(String message, Throwable cause)
public AnnotationFormatError(Throwable cause)

Inherited methods

Constructor details

AnnotationFormatError

public AnnotationFormatError(String message)

AnnotationFormatError

public AnnotationFormatError(String message, Throwable cause)

AnnotationFormatError

public AnnotationFormatError(Throwable cause)