当前页面:
在线文档首页 >
NetBeans API Javadoc 5.0.0
CreationFailedException (NetBeans MDR API) - NetBeans API Javadoc 5.0.0
org.netbeans.api.mdr
Class CreationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.netbeans.api.mdr.CreationFailedException
- All Implemented Interfaces:
- Serializable
- public class CreationFailedException
- extends Exception
Exception thrown when creation of a new repository package instance fails.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CreationFailedException
public CreationFailedException()
- Creates new
CreationFailedException
without detail message.
CreationFailedException
public CreationFailedException(String msg)
- Constructs an
CreationFailedException
with the specified detail message.
- Parameters:
msg
- the detail message.