Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.debug.core.model
Interface IErrorReportingExpression

All Superinterfaces:
IAdaptable, IDebugElement, IExpression
All Known Subinterfaces:
IWatchExpression

public interface IErrorReportingExpression
extends IExpression

An expression that can report errors which occurred during the expression's evaluation.

Since:
3.0

Method Summary
  String[] getErrorMessages ()
          Returns this expression's error messages, if any.
 boolean hasErrors ()
          Returns whether this expression has errors to report.
 
Methods inherited from interface org.eclipse.debug.core.model. IExpression
dispose, getDebugTarget, getExpressionText, getValue
 
Methods inherited from interface org.eclipse.debug.core.model. IDebugElement
getLaunch, getModelIdentifier
 
Methods inherited from interface org.eclipse.core.runtime. IAdaptable
getAdapter
 

Method Detail

hasErrors

boolean hasErrors()
Returns whether this expression has errors to report. An expression can have errors if errors were generated the last time its value was computed

Returns:
whether this expression's result has errors

getErrorMessages


String[] getErrorMessages()
Returns this expression's error messages, if any. An expression can have errors if errors were generated the last time its value was computed.

Returns:
this expression's error messages

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire