GrxUIonEclipse-project-0.9.8
src
com
generalrobotix
ui
view
tdview
BadLinkStructureException.java
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2008, AIST, the University of Tokyo and General Robotix Inc.
3
* All rights reserved. This program is made available under the terms of the
4
* Eclipse Public License v1.0 which accompanies this distribution, and is
5
* available at http://www.eclipse.org/legal/epl-v10.html
6
* Contributors:
7
* General Robotix Inc.
8
* National Institute of Advanced Industrial Science and Technology (AIST)
9
*/
19
package
com.generalrobotix.ui.view.tdview;
20
21
@SuppressWarnings(
"serial"
)
22
public class
BadLinkStructureException
extends Exception {
28
public
BadLinkStructureException
() {
29
super();
30
}
31
32
public
BadLinkStructureException
(String str) {
33
super(str);
34
}
35
}
com.generalrobotix.ui.view.tdview.BadLinkStructureException
Definition:
BadLinkStructureException.java:22
com.generalrobotix.ui.view.tdview.BadLinkStructureException.BadLinkStructureException
BadLinkStructureException()
Definition:
BadLinkStructureException.java:28
com.generalrobotix.ui.view.tdview.BadLinkStructureException.BadLinkStructureException
BadLinkStructureException(String str)
Definition:
BadLinkStructureException.java:32
openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Thu Sep 8 2022 02:24:02