Home Java Exceptions Java BadLocationException Class Hierarchy Diagram



Java BadLocationException Class Hierarchy Diagram
Posted on: December 27, 2012 at 12:00 AM
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

Constructor
Description
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()

Related Tags for Java BadLocationException Class Hierarchy Diagram:


More Tutorials from this section

Ask Questions?    Discuss: Java BadLocationException Class Hierarchy Diagram  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

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.