org.eclipse.stardust.common.error
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.stardust.common.error.ApplicationException
                  extended by org.eclipse.stardust.common.error.PublicException
                      extended by org.eclipse.stardust.common.error.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends PublicException

Version:
$Revision$
Author:
ubirkemeyer
See Also:
Serialized Form

Constructor Summary
ValidationException(String summary, boolean canClose)
           
ValidationException(String summary, Collection messages, boolean canClose)
           
 
Method Summary
 boolean canClose()
           
 Collection getMessages()
           
 
Methods inherited from class org.eclipse.stardust.common.error.ApplicationException
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundle
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationException

public ValidationException(String summary,
                           boolean canClose)

ValidationException

public ValidationException(String summary,
                           Collection messages,
                           boolean canClose)
Method Detail

getMessages

public Collection getMessages()

canClose

public boolean canClose()


Copyright © 2014 Eclipse Stardust. All Rights Reserved.