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

MetadataModelException (Java EE Metadata) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.j2ee.metadata/0 1.3

org.netbeans.modules.j2ee.metadata.model.api
Class MetadataModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.netbeans.modules.j2ee.metadata.model.api.MetadataModelException
All Implemented Interfaces:
Serializable

public final class MetadataModelException
extends IOException

Signals that an exception has occured while working with the metadata model.

See Also:
Serialized Form

Constructor Summary
MetadataModelException()
          Constructs an MetadataModelException with null as its error detail message.
MetadataModelException(String message)
          Constructs an MetadataModelException with the specified detail message.
MetadataModelException(Throwable cause)
          Constructs an MetadataModelException with the specified cause and a detail message equal to the localized message (if present) or message of cause.
 
Method Summary
 
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

MetadataModelException

public MetadataModelException()
Constructs an MetadataModelException with null as its error detail message.


MetadataModelException

public MetadataModelException(String message)
Constructs an MetadataModelException with the specified detail message.

Parameters:
message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method)

MetadataModelException

public MetadataModelException(Throwable cause)
Constructs an MetadataModelException with the specified cause and a detail message equal to the localized message (if present) or message of cause. This constructor is useful for IO exceptions that are little more than wrappers for other throwables.

Parameters:
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)

org.netbeans.modules.j2ee.metadata/0 1.3

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.