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 based on the specified string.
SciClassEnumerationSciGenericFactory.newClasses(String text, String formatStyle)
          
SciClassEnumerationSciGenericFactory.newClasses(String text)
          Creates a set of SciClasses based on the specified string.
SciCodeBlockSciGenericFactory.newCodeBlock(String text, String formatStyle)
          
SciCodeBlockSciGenericFactory.newCodeBlock(String text)
          Creates a new SciCodeBlock basing on the specified string.
SciCommentSciGenericFactory.newComment(String text, String formatStyle)
          
SciCommentSciGenericFactory.newComment(String text)
          Creates a new SciComment based 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.
SciInitializerSciGenericFactory.newInitializer(String text, String formatStyle)
          
SciInitializerSciGenericFactory.newInitializer(String text)
          Creates a new SciInitializer based on the specified string.
SciMemberSciGenericFactory.newMember(String text, SciClass context, String formatStyle)
          
SciMemberSciGenericFactory.newMember(String text, SciClass context)
          Creates a new SciMember based on the specified string.
SciMemberEnumerationSciGenericFactory.newMembers(String text, SciClass context, String formatStyle)
          
SciMemberEnumerationSciGenericFactory.newMembers(String text, SciClass context)
          Creates a set of SciMembers based 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 based on the specified string.
SciNetAttributeSciNetGenericFactory.newNetAttribute(String text)
          Creates a new SciNetAttribute with the specified contents.
SciNetAttributeSectionSciNetGenericFactory.newNetAttributeSection(String text)
          Creates a new SciNetAttributeSection with the specified contents.