public class FieldNotFoundException extends ScreenException
| Constructor and Description |
|---|
FieldNotFoundException()
Constructs a
FieldNotFoundException with
no detail message. |
FieldNotFoundException(java.lang.String s)
Constructs a
FieldNotFoundException with
the specified detail message. |
public FieldNotFoundException()
FieldNotFoundException with
no detail message.public FieldNotFoundException(java.lang.String s)
FieldNotFoundException with
the specified detail message.s - The detail message.