当前页面: 
在线文档首页 > 
NetBeans API Javadoc 5.5.0 
SourceVetoException (NetBeans Java Hierarchy API) - NetBeans API Javadoc 5.5.0 
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
 
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
SourceVetoException
public SourceVetoException(SourceException nested)
getNestedException
public SourceException getNestedException()