Package org.structr.common.error

Examples of org.structr.common.error.DiagnosticErrorToken


        if (obj != null && obj instanceof CharSequenceJavaFileObject) {
          name = ((CharSequenceJavaFileObject)obj).getClassName();
        }

        errorBuffer.add(name, new DiagnosticErrorToken(diagnostic));
                               
                                // log also to log file
                                logger.log(Level.WARNING, "Unable to compile dynamic entity {0}: {1}", new Object[] { name, diagnostic.getMessage(Locale.ENGLISH) });
      }
    }
View Full Code Here

TOP

Related Classes of org.structr.common.error.DiagnosticErrorToken

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.