Uses of Interface
org.apache.incubator.uima.regex.ExceptionDocument.Exception

Packages that use ExceptionDocument.Exception
org.apache.incubator.uima.regex   
org.apache.incubator.uima.regex.impl   
 

Uses of ExceptionDocument.Exception in org.apache.incubator.uima.regex
 

Methods in org.apache.incubator.uima.regex that return ExceptionDocument.Exception
 ExceptionDocument.Exception RuleExceptionsDocument.RuleExceptions.addNewException()
          Appends and returns a new empty value (as xml) as the last "exception" element
 ExceptionDocument.Exception ExceptionDocument.addNewException()
          Appends and returns a new empty "exception" element
 ExceptionDocument.Exception ExceptionDocument.getException()
          Gets the "exception" element
 ExceptionDocument.Exception[] RuleExceptionsDocument.RuleExceptions.getExceptionArray()
          Gets array of all "exception" elements
 ExceptionDocument.Exception RuleExceptionsDocument.RuleExceptions.getExceptionArray(int i)
          Gets ith "exception" element
 ExceptionDocument.Exception RuleExceptionsDocument.RuleExceptions.insertNewException(int i)
          Inserts and returns a new empty value (as xml) as the ith "exception" element
static ExceptionDocument.Exception ExceptionDocument.Exception.Factory.newInstance()
           
static ExceptionDocument.Exception ExceptionDocument.Exception.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.incubator.uima.regex with parameters of type ExceptionDocument.Exception
 void ExceptionDocument.setException(ExceptionDocument.Exception exception)
          Sets the "exception" element
 void RuleExceptionsDocument.RuleExceptions.setExceptionArray(ExceptionDocument.Exception[] exceptionArray)
          Sets array of all "exception" element
 void RuleExceptionsDocument.RuleExceptions.setExceptionArray(int i, ExceptionDocument.Exception exception)
          Sets ith "exception" element
 

Uses of ExceptionDocument.Exception in org.apache.incubator.uima.regex.impl
 

Classes in org.apache.incubator.uima.regex.impl that implement ExceptionDocument.Exception
static class ExceptionDocumentImpl.ExceptionImpl
          An XML exception(@http://incubator.apache.org/uima/regex).
 

Methods in org.apache.incubator.uima.regex.impl that return ExceptionDocument.Exception
 ExceptionDocument.Exception ExceptionDocumentImpl.addNewException()
          Appends and returns a new empty "exception" element
 ExceptionDocument.Exception RuleExceptionsDocumentImpl.RuleExceptionsImpl.addNewException()
          Appends and returns a new empty value (as xml) as the last "exception" element
 ExceptionDocument.Exception ExceptionDocumentImpl.getException()
          Gets the "exception" element
 ExceptionDocument.Exception[] RuleExceptionsDocumentImpl.RuleExceptionsImpl.getExceptionArray()
          Gets array of all "exception" elements
 ExceptionDocument.Exception RuleExceptionsDocumentImpl.RuleExceptionsImpl.getExceptionArray(int i)
          Gets ith "exception" element
 ExceptionDocument.Exception RuleExceptionsDocumentImpl.RuleExceptionsImpl.insertNewException(int i)
          Inserts and returns a new empty value (as xml) as the ith "exception" element
 

Methods in org.apache.incubator.uima.regex.impl with parameters of type ExceptionDocument.Exception
 void ExceptionDocumentImpl.setException(ExceptionDocument.Exception exception)
          Sets the "exception" element
 void RuleExceptionsDocumentImpl.RuleExceptionsImpl.setExceptionArray(ExceptionDocument.Exception[] exceptionArray)
          Sets array of all "exception" element WARNING: This method is not atomicaly synchronized.
 void RuleExceptionsDocumentImpl.RuleExceptionsImpl.setExceptionArray(int i, ExceptionDocument.Exception exception)
          Sets ith "exception" element
 



Copyright © 2011. All Rights Reserved.