org.eclipse.tigerstripe.model
Interface IMethod.IException

Enclosing interface:
IMethod

public static interface IMethod.IException


Method Summary
 IMethod.IException clone()
           
 java.lang.String getFullyQualifiedName()
          Returns the Fully Qualified Name of an exception.
 java.lang.String getName()
          Returns the name associated with this exception.
 void setFullyQualifiedName(java.lang.String fqn)
           
 java.util.List<org.eclipse.tigerstripe.internal.api.utils.TigerstripeError> validate()
           
 

Method Detail

setFullyQualifiedName

void setFullyQualifiedName(java.lang.String fqn)

validate

java.util.List<org.eclipse.tigerstripe.internal.api.utils.TigerstripeError> validate()

clone

IMethod.IException clone()

getFullyQualifiedName

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

Returns:
String - the Fully Qualified Name

getName

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

Returns:
String - the name of the exception