public class AlignmentException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGN_TOO_SMALL |
static int |
LINE_TOO_LONG |
int |
relativeDepth |
| Constructor and Description |
|---|
AlignmentException(int reason,
int relativeDepth) |
AlignmentException(int reason,
int value,
int relativeDepth) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public static final int LINE_TOO_LONG
public static final int ALIGN_TOO_SMALL
public int relativeDepth