gclib
2.1.20
Galil Communications Library
Toggle main menu visibility
Main Page
Examples
Related Pages
Topics
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
o
p
r
s
t
z
Functions
_
b
f
g
t
Variables
a
b
c
d
e
g
h
i
o
p
r
s
t
z
Files
File List
File Members
All
g
m
p
Functions
g
Typedefs
Macros
g
m
p
License
Release Notes
•
All
Classes
Files
Functions
Variables
Typedefs
Macros
Modules
Pages
Loading...
Searching...
No Matches
GclibJavaException.java
Go to the documentation of this file.
1
4
package
gclibjava;
5
6
public
class
GclibJavaException
extends
Exception {
7
int
myErrorCode = 0;
8
public
GclibJavaException
(
int
errorCode, String message) {
9
super(message);
10
myErrorCode = errorCode;
11
}
12
public
int
getErrorCode()
13
{
14
return
myErrorCode;
15
}
16
}
6
public
class
GclibJavaException
extends
Exception {
…
};
gclibjava.GclibJavaException
Definition
GclibJavaException.java:6
Need help? Contact
Applications Support
.
Generated by
1.12.0