OpenSplice Java FACE API
v6.x
OpenSplice Future Airborne Capability Environment (FACE) Java API
Bounds.java
Go to the documentation of this file.
1
// Product produced under DoD SENSIAC contract HC104705D4000 under
2
// the sponsorship of the Defense Technical Information Center,
3
// ATTN: DTIC-AI, 8723 John J. Kingman Rd., Ste 0944, Fort Belvoir, VA
4
// 22060-6218. SENSIAC is a DoD Information Analysis Center Sponsored
5
// by the Defense Technical Information Center.
6
//
7
// HANDLING AND DESTRUCTION NOTICE - Comply with distribution statement
8
// and destroy by any method that will prevent disclosure of
9
// contents or reconstruction of the document.
10
11
package
us.opengroup.FACE.typecodepackage;
12
13
public
final
class
Bounds
extends
us
.opengroup.
FACE
.
UserException
{
14
15
public
Bounds
() {
16
super(
BoundsHelper
.
id
());
17
}
18
19
public
Bounds
(String reason_str) {
// full constructor
20
super(
BoundsHelper
.
id
()+
" "
+reason_str);
21
}
22
}
us.opengroup.FACE.typecodepackage.BoundsHelper.id
static java.lang.String id()
Definition:
BoundsHelper.java:43
us.opengroup.FACE.typecodepackage.BoundsHelper
Definition:
BoundsHelper.java:29
us
us.opengroup.FACE.typecodepackage.Bounds.Bounds
Bounds(String reason_str)
Definition:
Bounds.java:19
us.opengroup.FACE.typecodepackage.Bounds
Definition:
Bounds.java:13
us.opengroup.FACE.UserException
Definition:
UserException.java:13
FACE
This is a typed class which will be generated by idlpp.
Definition:
TS.java:25
us.opengroup.FACE.typecodepackage.Bounds.Bounds
Bounds()
Definition:
Bounds.java:15
face
java
code
us
opengroup
FACE
typecodepackage
Bounds.java
Generated by
1.8.13