Java jdk.nashorn.internal.runtime ErrorManager fields, constructors, methods, implement or subclass

Example usage for Java jdk.nashorn.internal.runtime ErrorManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for jdk.nashorn.internal.runtime ErrorManager.

The text is from its open source code.

Constructor

Method

voiderror(final ParserException e)
Report an error using information provided by the ParserException
voiderror(final String message)
Report an error message provided
intgetNumberOfErrors()
Get the number of errors
booleanhasErrors()
Test to see if errors have occurred.