public class UnreachableStatementException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The serialVersionUID
|
| Constructor and Description |
|---|
UnreachableStatementException()
Construct a UnreachableStatementException with no detail.
|
UnreachableStatementException(java.lang.String msg)
Construct a UnreachableStatementException with a detail message.
|
private static final long serialVersionUID
public UnreachableStatementException(java.lang.String msg)
msg - Detail message.public UnreachableStatementException()