站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

SourceException (NetBeans Java Hierarchy API) - NetBeans API Javadoc 5.0.0

 

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 May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.