AI2 Component
(Version nb184)
NoSuchFileError.java
Go to the documentation of this file.
1
// -*- mode: java; c-basic-offset: 2; -*-
2
// Copyright 2009-2011 Google, All Rights reserved
3
// Copyright 2011-2012 MIT, All rights reserved
4
// Released under the Apache License, Version 2.0
5
// http://www.apache.org/licenses/LICENSE-2.0
6
7
package
com.google.appinventor.components.runtime.errors;
8
9
import
com
.
google
.
appinventor
.
components
.
annotations
.
SimpleObject
;
10
15
@SimpleObject
16
public
class
NoSuchFileError
extends
RuntimeError
{
17
23
public
NoSuchFileError
(String message) {
24
super(message);
25
}
26
}
com.google.appinventor.components
com.google.appinventor.components.runtime.errors.NoSuchFileError
Definition:
NoSuchFileError.java:16
com.google.appinventor.components.runtime.errors.NoSuchFileError.NoSuchFileError
NoSuchFileError(String message)
Definition:
NoSuchFileError.java:23
com.google.appinventor.components.annotations.SimpleObject
Definition:
SimpleObject.java:23
com.google
com
com.google.appinventor.components.runtime.errors.RuntimeError
Definition:
RuntimeError.java:16
com.google.appinventor.components.annotations
com.google.appinventor
com
google
appinventor
components
runtime
errors
NoSuchFileError.java
Generated by
1.8.16