public class NoSuchInterfaceException
extends java.lang.Exception
| Constructor and Description |
|---|
NoSuchInterfaceException()
Constructs a
NoSuchInterfaceException. |
NoSuchInterfaceException(java.lang.String str)
Constructs a
NoSuchInterfaceException with the given error
message. |
public NoSuchInterfaceException(java.lang.String str)
NoSuchInterfaceException with the given error
message.str - Error message for the exception.public NoSuchInterfaceException()
NoSuchInterfaceException.