public class InvalidUserRegistrationException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MSG_Malformed |
static java.lang.String |
MSG_MISSINGFIELD |
Constructor and Description |
---|
InvalidUserRegistrationException() |
InvalidUserRegistrationException(java.lang.String pErrorMessage) |
Modifier and Type | Method and Description |
---|---|
void |
addErrorLine(java.lang.String errorString) |
java.lang.String |
toString() |
public static final java.lang.String MSG_MISSINGFIELD
public static final java.lang.String MSG_Malformed