Package org.biojava.utils

Examples of org.biojava.utils.AssertionFailure


      if (rt == null) {
        rt = new RemoteTerm.Impl(this, t, name);
        try {
          addTerm(rt);
        } catch (AlreadyExistsException e) {
          throw new AssertionFailure("This term can not exist", e);
        }
        if(name == null) {
          remoteTerms.put(t, rt);
        }
        localRemoteTerms.add(rt);
View Full Code Here

TOP

Related Classes of org.biojava.utils.AssertionFailure

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.