Home
last modified time | relevance | path

Searched refs:sExceptions (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java47 private Vector sExceptions = new Vector(); field in SourceCodeGenerator
322 sExceptions.add("com.sun.star.beans.UnknownPropertyException"); in addXPropertySetRelatedExceptions()
323 sExceptions.add("com.sun.star.lang.WrappedTargetException"); in addXPropertySetRelatedExceptions()
324 sExceptions.add("com.sun.star.lang.IllegalArgumentException"); in addXPropertySetRelatedExceptions()
334 sExceptions.add(xIdlClasses[0].getName()); in addExceptions()
1036 for (int i = 0; i < sExceptions.size(); i++){ in getMethodTerminationSourceCode()
1037 String sCurException = (String) sExceptions.get(i); in getMethodTerminationSourceCode()
1494 if (!sExceptions.contains("com.sun.star.uno.RuntimeException")){ in getMainMethodSignatureSourceCode()
1495 sExceptions.add("com.sun.star.uno.RuntimeException"); in getMainMethodSignatureSourceCode()
1499 for (int i = 0; i < sExceptions.size(); i++){ in getMainMethodSignatureSourceCode()
[all …]

Completed in 15 milliseconds