public class LoadingException extends VerifierConstraintViolatedException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
LoadingException()
Constructs a new LoadingException with null as its error message string.
|
LoadingException(java.lang.String message)
Constructs a new LoadingException with the specified error message.
|
extendMessage, getMessage
private static final long serialVersionUID