Searched refs:sExceptions (Results 1 – 1 of 1) sorted by relevance
47 private Vector sExceptions = new Vector(); field in SourceCodeGenerator322 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 60 milliseconds