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