com.softwareag.centrasite.appl.framework.validation
Class ValidationAbortedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.softwareag.centrasite.appl.framework.CSAppFrameworkException
              extended by com.softwareag.centrasite.appl.framework.validation.ValidationAbortedException
All Implemented Interfaces:
java.io.Serializable

public class ValidationAbortedException
extends com.softwareag.centrasite.appl.framework.CSAppFrameworkException

This error indicates, that validating the control should be aborted.

See Also:
Serialized Form

Constructor Summary
ValidationAbortedException()
          Creates a new instance.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationAbortedException

public ValidationAbortedException()
Creates a new instance.