ProjectErrorHandler.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  */
17 package com.generalrobotix.ui.view.tdview;
18 
22 public interface ProjectErrorHandler {
41  public int loadVRMLFailed(
42  int errorNo,
43  int objectType,
44  String objectName,
45  String url
46  );
47 
51  public String getURL();
52 
62  public void reflectAttributeError(int errorNo, String objectName);
63 }
void reflectAttributeError(int errorNo, String objectName)
int loadVRMLFailed(int errorNo, int objectType, String objectName, String url)


openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Sat May 8 2021 02:42:40