The java.text.RuntimeException.getClass() is a method in the Java programming language that returns the runtime class of the current instance of the RuntimeException class. This method is inherited from the java.lang.Object class and can be used to retrieve the class object that represents the class of the current instance.
Java RuntimeException.getClass - 24 examples found. These are the top rated real world Java examples of java.text.RuntimeException.getClass extracted from open source projects. You can rate examples to help us improve the quality of examples.