Java jdk.nashorn.api.scripting NashornException fields, constructors, methods, implement or subclass

Example usage for Java jdk.nashorn.api.scripting NashornException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for jdk.nashorn.api.scripting NashornException.

The text is from its open source code.

Subclass

jdk.nashorn.api.scripting.NashornException has subclasses.
Click this link to see all its subclasses.

Constructor

NashornException(final String msg, final Throwable cause)
Constructor to initialize error message and cause exception.

Method

intgetColumnNumber()
Get the column for this NashornException
StringgetFileName()
Get the source file name for this NashornException
intgetLineNumber()
Get the line number for this NashornException
StringgetScriptStackString(final Throwable exception)
Return a formatted script stack trace string with frames information separated by '\n'