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.
-
NoRepositoryFoundException()
- Constructs a NoRepositoryFoundException.
-
NoRepositoryFoundException(String)
- Constructs a NoRepositoryFoundException.
NoRepositoryFoundException
public NoRepositoryFoundException()
- Constructs a NoRepositoryFoundException.
NoRepositoryFoundException
public NoRepositoryFoundException(String mess)
- Constructs a NoRepositoryFoundException.
- Parameters:
- mess - A descriptive message.
All Packages Class Hierarchy This Package Previous Next Index