public class NoComponentOnFormException
extends java.lang.RuntimeException
Constructor and Description |
---|
NoComponentOnFormException()
Creates a new instance of
NoFileOnFormException . |
NoComponentOnFormException(java.lang.String message)
Constructs an instance of
NoFileOnFormException with the specified
detail message. |
public NoComponentOnFormException()
NoFileOnFormException
.public NoComponentOnFormException(java.lang.String message)
NoFileOnFormException
with the specified
detail message.message
- the exception message.