org.openide.src
Class SourceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.openide.src.SourceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SourceException.IO, SourceException.Protection, SourceException.Veto

public class SourceException
extends Exception

General exception for the source elements hierarchy.

See Also:
Serialized Form

Inner Class Summary
static class SourceException.IO
           
static class SourceException.Protection
           
static class SourceException.Veto
          This is a wrapper over an unspecified VetoException thrown from a VetoableListener during some change.
 
Constructor Summary
SourceException()
          Create an exception.
SourceException(String msg)
          Create an exception with a detail message.
 
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

SourceException

public SourceException()
Create an exception.

SourceException

public SourceException(String msg)
Create an exception with a detail message.
Parameters:
msg - the message


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