public class BuildException
extends java.lang.RuntimeException
Only SchemaBuilder can throw this exception to
abort the parsing in the middle.
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Throwable |
cause |
| Constructor and Description |
|---|
BuildException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause() |