Uses of Interface
org.eclipse.tigerstripe.workbench.model.deprecated_.IMethod.IException

Packages that use IMethod.IException
org.eclipse.tigerstripe.workbench.model.deprecated_   
 

Uses of IMethod.IException in org.eclipse.tigerstripe.workbench.model.deprecated_
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return IMethod.IException
 IMethod.IException IMethod.IException.clone()
          Clone this exception.
 IMethod.IException IMethod.makeException()
          Make a blank Exception.
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return types with arguments of type IMethod.IException
 java.util.Collection<IMethod.IException> IMethod.getExceptions()
          Returns an array of all of the exceptions for this Method.
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ with parameters of type IMethod.IException
 void IMethod.addException(IMethod.IException exception)
          Add a single Exception to the method.
 

Method parameters in org.eclipse.tigerstripe.workbench.model.deprecated_ with type arguments of type IMethod.IException
 void IMethod.removeExceptions(java.util.Collection<IMethod.IException> exception)
          Remove exceptions from the method.
 void IMethod.setExceptions(java.util.Collection<IMethod.IException> exceptions)
          Set the exceptions for the method.