Package com.logicaldoc.gui.common.client
Class ServerValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.logicaldoc.gui.common.client.ServerException
-
- com.logicaldoc.gui.common.client.ServerValidationException
-
- All Implemented Interfaces:
Serializable
public class ServerValidationException extends ServerException
Exception used to inform the GUI about errors during the validation- Since:
- 8.8.1
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerValidationException()
ServerValidationException(ServerValidationError[] errors)
ServerValidationException(String message, ServerValidationError[] errors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerValidationError[]
getErrors()
void
setErrors(ServerValidationError[] errors)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ServerValidationException
public ServerValidationException()
-
ServerValidationException
public ServerValidationException(String message, ServerValidationError[] errors)
-
ServerValidationException
public ServerValidationException(ServerValidationError[] errors)
-
-
Method Detail
-
getErrors
public ServerValidationError[] getErrors()
-
setErrors
public void setErrors(ServerValidationError[] errors)
-
-