站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.0

SourceException.Veto (NetBeans Java Hierarchy API) - NetBeans API Javadoc 5.5.0

org.openide.src 1.8.22

org.openide.src
Class SourceException.Veto

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openide.src.SourceException
              extended by org.openide.src.SourceException.Veto
All Implemented Interfaces:
Serializable
Enclosing class:
SourceException

public static class SourceException.Veto
extends SourceException

This is a wrapper over an unspecified VetoException thrown from a VetoableListener during some change.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.openide.src.SourceException
SourceException.IO, SourceException.Protection, SourceException.Veto
 
Constructor Summary
SourceException.Veto(PropertyVetoException reason)
           
 
Method Summary
 PropertyVetoException getReason()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourceException.Veto

public SourceException.Veto(PropertyVetoException reason)
Method Detail

getReason

public PropertyVetoException getReason()

org.openide.src 1.8.22

Built on May 28 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.