Project

General

Profile

« Previous | Next » 

Revision 7af68038

Added by Leszek Koltunski over 2 years ago

Progress

View differences:

src/main/java/org/distorted/objectlib/main/ObjectType.java
22 22
import java.io.InputStream;
23 23
import java.lang.reflect.Constructor;
24 24
import java.lang.reflect.InvocationTargetException;
25
import java.util.Arrays;
25 26

  
26 27
import org.distorted.library.type.Static3D;
27 28
import org.distorted.library.type.Static4D;
......
161 162
        }
162 163
      else
163 164
        {
164
        android.util.Log.e("D", "ERROR! number of TwistyObject constructors="+cons.length);
165
        android.util.Log.e("ObjectType", "ERROR! number of TwistyObject constructors="+cons.length);
165 166
        }
166 167
      }
167 168
    catch(IllegalAccessException iae)
168 169
      {
169
      android.util.Log.e("D", "Illegal Access Exception: "+iae.getMessage());
170
      android.util.Log.e("ObjectType", "Illegal Access Exception: "+iae.getMessage());
170 171
      }
171 172
    catch(InstantiationException ie)
172 173
      {
173
      android.util.Log.e("D", "Instantiation Exception: "+ie.getMessage());
174
      android.util.Log.e("ObjectType", "Instantiation Exception: "+ie.getMessage());
174 175
      }
175 176
    catch(InvocationTargetException ite)
176 177
      {
177
      android.util.Log.e("D", "Invocation Target Exception: "+ite.getMessage());
178
      android.util.Log.e("ObjectType", "Invocation Target Exception: "+ite.getMessage());
178 179
      }
179 180

  
180 181
    return null;

Also available in: Unified diff