src/java.desktop/share/classes/java/awt/dnd/InvalidDnDOperationException.java

Print this page

        

*** 36,46 **** public class InvalidDnDOperationException extends IllegalStateException { private static final long serialVersionUID = -6062568741193956678L; ! static private String dft_msg = "The operation requested cannot be performed by the DnD system since it is not in the appropriate state"; /** * Create a default Exception */ --- 36,46 ---- public class InvalidDnDOperationException extends IllegalStateException { private static final long serialVersionUID = -6062568741193956678L; ! private static String dft_msg = "The operation requested cannot be performed by the DnD system since it is not in the appropriate state"; /** * Create a default Exception */