public class PatternFormatException
extends java.lang.Exception
KahinaSimpleProperty.
This type of exception is caught by the breakpoint editor in order to provide hints to the user.
| Constructor and Description |
|---|
PatternFormatException(java.lang.String desiredType,
java.lang.String badString)
Class constructor specifying desired type and value of the offending string.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Returns the error message as displayed e.g.
|
public PatternFormatException(java.lang.String desiredType,
java.lang.String badString)
desiredType - the intended type of the offending stringbadString - the value of the offending string