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

Enclosing interface:
IMethod

public static interface IMethod.IException


Method Summary
 IMethod.IException clone()
          Clone this exception.
 java.lang.String getFullyQualifiedName()
          Returns the Fully Qualified Name of an exception.
 java.lang.String getName()
          Returns the name associated with this exception.
 java.lang.String getPackage()
          Returns the package associated with this exception.
 void setFullyQualifiedName(java.lang.String fqn)
          Sets the Fully Qualified Name of an exception.
 IStatus validate()
           
 

Method Detail

getFullyQualifiedName

java.lang.String getFullyQualifiedName()
Returns the Fully Qualified Name of an exception.

Returns:
String - the Fully Qualified Name

setFullyQualifiedName

void setFullyQualifiedName(java.lang.String fqn)
Sets the Fully Qualified Name of an exception.

Parameters:
fqn -

getName

java.lang.String getName()
Returns the name associated with this exception.

Returns:
String - the name of the exception

getPackage

java.lang.String getPackage()
Returns the package associated with this exception.

Returns:
String - the package where this exception is defined.

validate

IStatus validate()

clone

IMethod.IException clone()
Clone this exception.

Returns: