g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.core.reporting.IProblem

Packages that use IProblem
eu.geclipse.core.auth   
eu.geclipse.core.reporting   
 

Uses of IProblem in eu.geclipse.core.auth
 

Constructors in eu.geclipse.core.auth with parameters of type IProblem
AuthenticationException(IProblem problem)
          Create a new Authentication Exception with the specified associated problem.
 

Uses of IProblem in eu.geclipse.core.reporting
 

Methods in eu.geclipse.core.reporting that return IProblem
 IProblem IReportingService.createProblem(java.lang.String description, java.lang.Throwable exception, java.lang.String mailto, java.lang.String pluginID)
          Programmatically create a problem from the specified description and exception.
 IProblem ProblemException.getProblem()
          Get this exception's associated problem if one was specified during creation time or null.
 IProblem IReportingService.getProblem(java.lang.String problemID, java.lang.String description, java.lang.Throwable exception, java.lang.String pluginID)
          Get a problem that was declaratively defined via the eu.geclipse.core.reporting.problemReporting extension point.
 

Methods in eu.geclipse.core.reporting with parameters of type IProblem
 void IProblem.merge(IProblem problem)
          Merge the specified problem with this problem.
 

Constructors in eu.geclipse.core.reporting with parameters of type IProblem
ProblemException(IProblem problem)
          Create a new ProblemException with the specified associated problem.
 


g-Eclipse
Release 1.0.0