Example usage for Java javax.swing.text BadLocationException fields, constructors, methods, implement or subclass
The text is from its open source code.
BadLocationException(String s, int offs) Creates a new BadLocationException object. |
Class> | getClass() Returns the runtime class of this Object . |
String | getMessage() Returns the detail message string of this throwable. |
int | offsetRequested() Returns the offset into the document that was not legal. |
void | printStackTrace() Prints this throwable and its backtrace to the standard error stream. |