public class ValidationException extends PublicException
| Constructor and Description |
|---|
ValidationException(String summary,
boolean canClose)
Creates a new exception instance with the specified detail message.
|
ValidationException(String summary,
Collection messages,
boolean canClose)
Creates a new exception instance with the specified detail message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canClose()
Returns if displayed deployment validation messages can be closed.
|
Collection |
getMessages()
Returns all validation messages for this validation exception.
|
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundleaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationException(String summary, boolean canClose)
summary - The detail message describing the error condition.canClose - Flag if displayed deployment warnings can be closed.public ValidationException(String summary, Collection messages, boolean canClose)
summary - The detail message describing the error condition.messages - All validation messages for this validation exception.canClose - Flag if displayed deployment warnings can be closed.public Collection getMessages()
public boolean canClose()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.