Schnittstelle ResourceError


public interface ResourceError
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    used when resource is busy.
    static final int
    used when the resource can't be closed.
    static final int
    a general error which doesn't fit in any other
    category.
    static final int
    used when the resource has no space left.
    static final int
    used when the resource can't be opened
    due to missing authorization.
    static final int
    used when the resource could not be found.
    static final int
    the number of resource error types.
    static final int
    used when resource fails to open for reading.
    static final int
    used when resource cannot be opened for
    both reading and writing, or either (but unspecified which).
    static final int
    used when resource fails to open for writing.
    static final int
    used when the resource can't be read from.
    static final int
    used when a seek on the resource fails.
    static final int
    used when settings can't be manipulated on.
    static final int
    used when a synchronize on the resource fails.
    static final int
    do not use this except as a placeholder for
    deciding where to go while developing code.
    static final int
    used when the resource can't be written to.
  • Felddetails

    • FAILED

      static final int FAILED
      a general error which doesn't fit in any other
      category. Make sure you add a custom message to the error call.
      Siehe auch:
    • TOO_LAZY

      static final int TOO_LAZY
      do not use this except as a placeholder for
      deciding where to go while developing code.
      Siehe auch:
    • NOT_FOUND

      static final int NOT_FOUND
      used when the resource could not be found.
      Siehe auch:
    • BUSY

      static final int BUSY
      used when resource is busy.
      Siehe auch:
    • OPEN_READ

      static final int OPEN_READ
      used when resource fails to open for reading.
      Siehe auch:
    • OPEN_WRITE

      static final int OPEN_WRITE
      used when resource fails to open for writing.
      Siehe auch:
    • OPEN_READ_WRITE

      static final int OPEN_READ_WRITE
      used when resource cannot be opened for
      both reading and writing, or either (but unspecified which).
      Siehe auch:
    • CLOSE

      static final int CLOSE
      used when the resource can't be closed.
      Siehe auch:
    • READ

      static final int READ
      used when the resource can't be read from.
      Siehe auch:
    • WRITE

      static final int WRITE
      used when the resource can't be written to.
      Siehe auch:
    • SEEK

      static final int SEEK
      used when a seek on the resource fails.
      Siehe auch:
    • SYNC

      static final int SYNC
      used when a synchronize on the resource fails.
      Siehe auch:
    • SETTINGS

      static final int SETTINGS
      used when settings can't be manipulated on.
      Siehe auch:
    • NO_SPACE_LEFT

      static final int NO_SPACE_LEFT
      used when the resource has no space left.
      Siehe auch:
    • NOT_AUTHORIZED

      static final int NOT_AUTHORIZED
      used when the resource can't be opened
      due to missing authorization.
      (Since: 1.2.4)
      Siehe auch:
    • NUM_ERRORS

      static final int NUM_ERRORS
      the number of resource error types.
      Siehe auch: