net.sf.composite.validate
Class ComponentValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.composite.util.NestableRuntimeException
                  extended by net.sf.composite.CompositeException
                      extended by net.sf.composite.validate.ComponentValidationException
All Implemented Interfaces:
java.io.Serializable

public class ComponentValidationException
extends CompositeException

Indicates that a composite could not be validated for some reason.

Since:
Mar 11, 2005
Author:
Matt Sgarlata
See Also:
Serialized Form

Constructor Summary
ComponentValidationException()
           
ComponentValidationException(java.lang.Object composite, java.lang.String reason)
           
ComponentValidationException(java.lang.String message)
           
ComponentValidationException(java.lang.String message, java.lang.Throwable cause)
           
ComponentValidationException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class net.sf.composite.util.NestableRuntimeException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace, setCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentValidationException

public ComponentValidationException()

ComponentValidationException

public ComponentValidationException(java.lang.String message)

ComponentValidationException

public ComponentValidationException(java.lang.String message,
                                    java.lang.Throwable cause)

ComponentValidationException

public ComponentValidationException(java.lang.Throwable cause)

ComponentValidationException

public ComponentValidationException(java.lang.Object composite,
                                    java.lang.String reason)


Copyright © 2005-2008.