org.openide.src
Class SourceVetoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.beans.PropertyVetoException
              extended byorg.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

Constructor Summary
SourceVetoException(SourceException nested)
           
 
Method Summary
 SourceException getNestedException()
           
 
Methods inherited from class java.beans.PropertyVetoException
getPropertyChangeEvent
 
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

SourceVetoException

public SourceVetoException(SourceException nested)
Method Detail

getNestedException

public SourceException getNestedException()

 

Built on December 9 2004.  |  Portions Copyright 1997-2004 Sun Microsystems, Inc. All rights reserved.