Dart API Referencedart:htmlFileException

FileException Interface

DRAFT
This page is not complete.

Static Fields

Code final int ABORT_ERR #

static final int ABORT_ERR = 3;

Code final int ENCODING_ERR #

static final int ENCODING_ERR = 5;

Code final int INVALID_MODIFICATION_ERR #

static final int INVALID_MODIFICATION_ERR = 9;

Code final int INVALID_STATE_ERR #

static final int INVALID_STATE_ERR = 7;

Code final int NOT_FOUND_ERR #

static final int NOT_FOUND_ERR = 1;

Code final int NOT_READABLE_ERR #

static final int NOT_READABLE_ERR = 4;

Code final int NO_MODIFICATION_ALLOWED_ERR #

static final int NO_MODIFICATION_ALLOWED_ERR = 6;

Code final int PATH_EXISTS_ERR #

static final int PATH_EXISTS_ERR = 12;

Code final int QUOTA_EXCEEDED_ERR #

static final int QUOTA_EXCEEDED_ERR = 10;

Code final int SECURITY_ERR #

static final int SECURITY_ERR = 2;

Code final int SYNTAX_ERR #

static final int SYNTAX_ERR = 8;

Code final int TYPE_MISMATCH_ERR #

static final int TYPE_MISMATCH_ERR = 11;

Methods

Code String toString() #

String toString();

Fields

Code final int code #

final int code;

Code final String message #

final String message;

Code final String name #

final String name;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.