All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.tools.dip.NoRepositoryFoundException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.beans.tools.dip.NoRepositoryFoundException

public class NoRepositoryFoundException
extends Exception
A NoRepositoryFoundException is thrown by a MorphModelManipulator when it is asked to provide a repository for a class name, and no repository could be found.


Constructor Index

 o NoRepositoryFoundException()
Constructs a NoRepositoryFoundException.
 o NoRepositoryFoundException(String)
Constructs a NoRepositoryFoundException.

Constructors

 o NoRepositoryFoundException
 public NoRepositoryFoundException()
Constructs a NoRepositoryFoundException.

 o NoRepositoryFoundException
 public NoRepositoryFoundException(String mess)
Constructs a NoRepositoryFoundException.

Parameters:
mess - A descriptive message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index