com.ibm.xtools.ras.type.descriptor
Class NonEditableArtifactDescriptorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.xtools.ras.type.descriptor.NonEditableArtifactDescriptorException
- All Implemented Interfaces:
- Serializable
- public class NonEditableArtifactDescriptorException
- extends Exception
NonEditableArtifactDescriptorException is thrown when an attempt
is made to edit or remove an IArtifactDescriptor
that has been
set to non-editable.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NonEditableArtifactDescriptorException
public NonEditableArtifactDescriptorException(String msg)
- Constructs an
NonEditableArtifactDescriptorException
with
the specified detail message.
- Parameters:
msg
- the detail message.
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.