Package dcc.sify

Examples of dcc.sify.MultiString


            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");
                e.moarText.addL("for updates, or loading of your language file");
                return 911;
        }
        return 0;
View Full Code Here

TOP

Related Classes of dcc.sify.MultiString

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.