Uses of Class
com.togethersoft.openapi.sci.SciGenericFactoryException

Packages that use SciGenericFactoryException
com.togethersoft.openapi.sci 

Uses of SciGenericFactoryException in com.togethersoft.openapi.sci
 

Methods in com.togethersoft.openapi.sci that throw SciGenericFactoryException
SciClassSciGenericFactory.newClass(String text, String formatStyle)
          
SciClassSciGenericFactory.newClass(String text)
           Creates a new SciClass basing on the specified string.
SciClassEnumerationSciGenericFactory.newClasses(String text, String formatStyle)
          
SciClassEnumerationSciGenericFactory.newClasses(String text)
           Creates a set of SciClasses basing on the specified string.
SciCodeBlockSciGenericFactory.newCodeBlock(String text, String formatStyle)
          
SciCodeBlockSciGenericFactory.newCodeBlock(String text)
           Creates a new SciCodeBlock basing on the specified string.
SciExpressionSciGenericFactory.newExpression(String text, String formatStyle)
          
SciExpressionSciGenericFactory.newExpression(String text)
           Creates a new SciExpression basing on the specified string.
SciFileSciGenericFactory.newFile(String text, String formatStyle)
          
SciFileSciGenericFactory.newFile(String text)
           Creates a new SciFile with the specified contents.
SciMemberSciGenericFactory.newMember(String text, SciClass context, String formatStyle)
          
SciMemberSciGenericFactory.newMember(String text, SciClass context)
           Creates a new SciMember basing on the specified string.
SciMemberEnumerationSciGenericFactory.newMembers(String text, SciClass context, String formatStyle)
          
SciMemberEnumerationSciGenericFactory.newMembers(String text, SciClass context)
           Creates a set of SciMembers basing on the specified string.
SciParameterSciGenericFactory.newParameter(String text, String formatStyle)
          
SciParameterSciGenericFactory.newParameter(String text)
           Creates a new SciParameter with the specified content.
SciStatementSciGenericFactory.newStatement(String text, String formatStyle)
          
SciStatementSciGenericFactory.newStatement(String text)
           Creates a new SciStatement basing on the specified string.