IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.profile.management.exception
Class RelatedAssetManagerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.ibm.xtools.ras.profile.management.exception.RelatedAssetManagerException
All Implemented Interfaces:
Serializable

public class RelatedAssetManagerException
extends RuntimeException

Thrown to indicate that a problem occured when using a IRelatedAssetManager to manage the related assets of an Asset. There are multiple reasons why this exception may be thrown. It includes an IStatus instance indicating the actual problem and severity.

See Also:
Serialized Form

Constructor Summary
RelatedAssetManagerException(IStatus aStatus)
          Constructs a new exception with the specified status.
 
Method Summary
 IStatus getStatus()
          Retrieves the IStatus associated with the exception.
 
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

RelatedAssetManagerException

public RelatedAssetManagerException(IStatus aStatus)
Constructs a new exception with the specified status.

Parameters:
aStatus - the IStatus instance containing a greater level of detail on the exception.
Method Detail

getStatus

public IStatus getStatus()
Retrieves the IStatus associated with the exception.

Returns:
the IStatus associated with the exception.

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.