org.openide.src
Class  SourceVetoException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.beans.PropertyVetoException
                    |
                    +--org.openide.src.SourceVetoException
- All Implemented Interfaces: 
 - Serializable
 
- public class SourceVetoException
- extends PropertyVetoException
  
Encapsulates a SourceException inside a PropertyVetoException so that VetoableListeners
 may report more fine-grained errors to the outside.
- See Also: 
 - Serialized Form
 
 
 
 
 
 
SourceVetoException
public SourceVetoException(SourceException nested)
getNestedException
public SourceException getNestedException()
Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.