public class ArrangeException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ArrangeException(java.lang.String message)
Creates an instance and sets the given message as runtime exception message
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStringRepresentation()
Creates and returns a user readable string representation of the exception
|
void |
setLayoutKey(java.lang.String layoutKey)
Sets the layout key with which the layout was called
|