Uses of Class
org.apache.uima.cas.impl.FSClassRegistry.ErrorReport
-
Packages that use FSClassRegistry.ErrorReport Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of FSClassRegistry.ErrorReport in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl with type parameters of type FSClassRegistry.ErrorReport Modifier and Type Field Description private static java.lang.ThreadLocal<java.util.List<FSClassRegistry.ErrorReport>>
FSClassRegistry. errorSet
Method parameters in org.apache.uima.cas.impl with type arguments of type FSClassRegistry.ErrorReport Modifier and Type Method Description private static void
FSClassRegistry. add2errors(java.lang.ThreadLocal<java.util.List<FSClassRegistry.ErrorReport>> errors, java.lang.Exception e)
private static void
FSClassRegistry. add2errors(java.lang.ThreadLocal<java.util.List<FSClassRegistry.ErrorReport>> errors, java.lang.Exception e, boolean doThrow)
-