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
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Java BadLocationException Class Hierarchy Diagram
Post your Comment