Package algoD.helpers

Examples of algoD.helpers.ERROR


            case 1:
            case 2:
            case 3:
            case 4:
            case 0:
                ERROR e = new ERROR();
                e.code = 911;
                e.where = "current code at line "+program.getCurrent();
                e.text = "Failed to process line >>> "+line;
                e.moarText = new MultiString("The word "+SimString.rmAfter(line, '-')+" might be misspelled");
                e.moarText.addL("no translations were found, you might want to check");
View Full Code Here

TOP

Related Classes of algoD.helpers.ERROR

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.