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

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

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

Methods in org.eclipse.tigerstripe.model that return IMethod.IException
 IMethod.IException IMethod.IException.clone()
           
 IMethod.IException[] IMethod.getIExceptions()
          Returns an array of all of the exceptions for this Method.
 IMethod.IException IMethod.makeIException()
           
 

Methods in org.eclipse.tigerstripe.model with parameters of type IMethod.IException
 void IMethod.addIException(IMethod.IException exception)
           
 void IMethod.removeIExceptions(IMethod.IException[] exception)
           
 void IMethod.setIExceptions(IMethod.IException[] exceptions)