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

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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.