org.objectweb.fractal.api

Class NoSuchInterfaceException


public class NoSuchInterfaceException
extends Exception

Thrown when trying to use or inspect an interface or interface type that does not exist.

Constructor Summary

NoSuchInterfaceException(String itfName)
Constructs a NoSuchInterfaceException with the specified detail message.

Constructor Details

NoSuchInterfaceException

public NoSuchInterfaceException(String itfName)
Constructs a NoSuchInterfaceException with the specified detail message.

Parameters:
itfName - the name of the interface that was not found.