In this section we will discuss about the javax.swing.text.BadLocationException class diagram in Java.
Java BadLocationException Class Hierarchy Diagram
In this section we will discuss about the javax.swing.text.BadLocationException class diagram in Java.
This class extends the java.lang.Exception class. BadLocationException exception is generated when tried to locate such location which doesn't exist. A class diagram of this exception class is given below :
Constructor Detail
BadLocationException(String s, int offs) | This constructor creates an object of BadLocationException class where the
argument 's' specifies that what was wrong with arguments and the argument
'offs' specifies that the offset inside the document. Syntax : public BadLocationException(String s, int offs) |
Method Detail
- offsetRequested() : This method is used to get the illegal
offset in the document.
Syntax : public int offsetRequested()