Package versusSNP.io

Examples of versusSNP.io.BadCharException


    if (ch == '+')
      return true;
    else if (ch == '-')
      return false;
    else
      throw new BadCharException(UICaption.dialog_exception_strand_bad_char);
  }
View Full Code Here

TOP

Related Classes of versusSNP.io.BadCharException

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.