org.eclipse.tigerstripe.model
Interface IMethod.IException
- Enclosing interface:
- IMethod
public static interface IMethod.IException
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