public class

ClassNotPreparedException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.sun.jdi.ClassNotPreparedException

Class Overview

Thrown to indicate that the requested operation cannot be completed because the specified class has not yet been prepared.

Summary

Public Constructors
ClassNotPreparedException()
ClassNotPreparedException(String s)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ClassNotPreparedException ()

public ClassNotPreparedException (String s)