Uses of Interface
org.apache.woden.ErrorLocator

Packages that use ErrorLocator
org.apache.woden   
org.apache.woden.ant   
 

Uses of ErrorLocator in org.apache.woden
 

Methods in org.apache.woden that return ErrorLocator
 ErrorLocator ErrorInfo.getErrorLocator()
           
 

Methods in org.apache.woden with parameters of type ErrorLocator
 void ErrorReporter.reportError(ErrorLocator errLoc, String errorId, Object[] arguments, short severity)
          Insert the message arguments into a parameterized message identified by errorId to produce a formatted error message, then report the message and the error location in the document according to the severity.
 void ErrorReporter.reportError(ErrorLocator errLoc, String errorId, Object[] arguments, short severity, Exception exception)
          Insert the message arguments into a parameterized message identified by errorId to produce a formatted error message, then report the message and the error location in the document according to the severity.
 void ErrorReporter.reportError(ErrorLocator errLoc, String errorId, String message, short severity)
          Report the message and the error location in the document according to the severity.
 void ErrorReporter.reportError(ErrorLocator errLoc, String errorId, String message, short severity, Exception exception)
          Report the message and the error location in the document according to the severity.
 

Uses of ErrorLocator in org.apache.woden.ant
 

Methods in org.apache.woden.ant with parameters of type ErrorLocator
 void Report.write(String tag, ErrorLocator errorLocator)
           
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.