Searched refs:ObjectAnalyzerException (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DObjectAnalyzer.java221 catch(ObjectAnalyzerException e)
229 private static Class safeGetClass(Object obj) throws ObjectAnalyzerException
232 throw new ObjectAnalyzerException(fatal + "null Object parameter");//NOI18N
235 throw new ObjectAnalyzerException(fatal + "Object parameter is not really a java.lang.Object");//NOI18N
240 throw new ObjectAnalyzerException(fatal + "getClass() on parameter Object returned null");//NOI18N
247 private static Class safeGetSuperclass(Class cl) throws ObjectAnalyzerException
252 throw new ObjectAnalyzerException("getSuperclass() on parameter Object returned null");//NOI18N
259 private static FieldInfoVector getFieldInfo(Object obj, boolean doSuperClasses) throws ObjectAnalyzerException
279 private static void getFieldInfo(Class cl, Object obj, FieldInfoVector fiv) throws ObjectAnalyzerException
289 throw new ObjectAnalyzerException("go
414 class ObjectAnalyzerException extends Exception class in inherits:Exception
416 ObjectAnalyzerException(String s) method in class:ObjectAnalyzerException
[all...]

Completed in 11 milliseconds