Package org.openbel.bel.model.BELParseErrorException

Examples of org.openbel.bel.model.BELParseErrorException.UnsetDocumentPropertiesException


                            if (activeStatementGroup == null)
                                annotationContext.remove(annotationName);
                            else
                                sgAnnotationContext.remove(annotationName);
                        } else if (docprop.containsKey(BELDocumentProperty.getDocumentProperty(annotationName))) {
                            addError(new UnsetDocumentPropertiesException(an.getLine(), an.getCharPositionInLine()));
                        } else {
                            addWarning(new UnsetUndefinedAnnotationException(an.getLine(), an.getCharPositionInLine()));
                        }
                    }
               
View Full Code Here

TOP

Related Classes of org.openbel.bel.model.BELParseErrorException.UnsetDocumentPropertiesException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.