AI2 Component
(Version nb184)
YailRuntimeError.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
14
public
class
YailRuntimeError
extends
RuntimeError
{
15
16
private
String errorType;
17
18
public
YailRuntimeError
(String message, String errorType) {
19
super(message);
20
this.errorType = errorType;
21
}
22
23
public
String
getErrorType
() {
24
return
errorType;
25
}
26
27
}
com.google.appinventor.components.runtime.errors.YailRuntimeError.getErrorType
String getErrorType()
Definition:
YailRuntimeError.java:23
com.google.appinventor.components.runtime.errors.YailRuntimeError.YailRuntimeError
YailRuntimeError(String message, String errorType)
Definition:
YailRuntimeError.java:18
com.google.appinventor.components.runtime.errors.YailRuntimeError
Definition:
YailRuntimeError.java:14
com.google.appinventor.components.runtime.errors.RuntimeError
Definition:
RuntimeError.java:16
com
google
appinventor
components
runtime
errors
YailRuntimeError.java
Generated by
1.8.16