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
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.