org.openide.src
Class SourceException

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

Nested 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, 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

public SourceException()
Create an exception.


SourceException

public SourceException(String msg)
Create an exception with a detail message.

Parameters:
msg - the message

 

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