Tabnine Logo
ErrorDocument.getErrorReferences
Code IndexAdd Tabnine to your IDE (free)

How to use
getErrorReferences
method
in
net.sf.taverna.t2.reference.ErrorDocument

Best Java code snippets using net.sf.taverna.t2.reference.ErrorDocument.getErrorReferences (Showing top 8 results out of 315)

origin: net.sf.taverna.t2.workbench.views/results

Set<T2Reference> errorReferences = errorDocument.getErrorReferences();
for (T2Reference reference : errorReferences) {
  if (reference.getReferenceType().equals(T2ReferenceType.ErrorDocument)) {
origin: net.sf.taverna.t2.lang/results

Set<T2Reference> errorReferences = errorDocument.getErrorReferences();
for (T2Reference reference : errorReferences) {
  if (reference.getReferenceType().equals(
origin: net.sf.taverna.t2/results

Set<T2Reference> errorReferences = errorDocument.getErrorReferences();
for (T2Reference reference : errorReferences) {
  if (reference.getReferenceType().equals(
origin: net.sf.taverna.t2.integration-testing/integration-testing-common

if (!errorDoc.getErrorReferences().isEmpty()) {
  System.err.print("Caused by ");
  for (T2Reference errorRef : errorDoc.getErrorReferences()) {
    printAllErrors(context.getReferenceService()
        .resolveIdentifier(errorRef, null, context));
origin: net.sf.taverna.t2.component/component-activity

    matchingDoc = errorDoc;
if (!errorDoc.getErrorReferences().isEmpty())
  for (T2Reference subRef : errorDoc.getErrorReferences())
    for (T2Reference newErrorRef : getErrors(subRef)) {
      ErrorDocument subDoc = errorService
origin: net.sf.taverna.t2.workbench.views/results

Set<T2Reference> errorReferences = errDocument.getErrorReferences();
if (!errorReferences.isEmpty()){
  errDocumentString += "Set of ErrorDocumentS to follow." + "\n";
origin: net.sf.taverna.t2/results

Set<T2Reference> errorReferences = errDocument.getErrorReferences();
if (!errorReferences.isEmpty()) {
  errDocumentString += "Set of ErrorDocumentS to follow." + "\n";
origin: net.sf.taverna.t2.lang/results

Set<T2Reference> errorReferences = errDocument.getErrorReferences();
if (!errorReferences.isEmpty()) {
  errDocumentString += "Set of ErrorDocuments to follow." + "\n";
net.sf.taverna.t2.referenceErrorDocumentgetErrorReferences

Javadoc

If the error document is created from set of references that contain error documents, this method returns them.

Popular methods of ErrorDocument

  • getExceptionMessage
    If the error document is created from a Throwable this contains the message part of the Throwable
  • getId
  • getStackTraceStrings
    If the error document is created from a Throwable it will have a stack trace, in this case the stack
  • getMessage
    Error documents can carry an arbitrary string message, this returns it.

Popular in Java

  • Reactive rest calls using spring rest template
  • addToBackStack (FragmentTransaction)
  • findViewById (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • JList (javax.swing)
  • JOptionPane (javax.swing)
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now