Java javax.swing.text BadLocationException fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.text BadLocationException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.text BadLocationException.

The text is from its open source code.

Constructor

BadLocationException(String s, int offs)
Creates a new BadLocationException object.

Method

ClassgetClass()
Returns the runtime class of this Object .
StringgetMessage()
Returns the detail message string of this throwable.
intoffsetRequested()
Returns the offset into the document that was not legal.
voidprintStackTrace()
Prints this throwable and its backtrace to the standard error stream.