org.apache.slide.common
Class ObjectValidationFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.apache.slide.common.SlideRuntimeException
                          |
                          +--org.apache.slide.common.ObjectValidationFailedException
All Implemented Interfaces:
java.io.Serializable

public class ObjectValidationFailedException
extends SlideRuntimeException

Thrown when an object validation fails.

Version:
$Revision: 1.3.2.2 $
Author:
Remy Maucherat
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
ObjectValidationFailedException(java.lang.String cause)
          Constructor.
ObjectValidationFailedException(java.lang.String uri, java.lang.String cause)
          Constructor.
 
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

ObjectValidationFailedException

public ObjectValidationFailedException(java.lang.String uri,
                                       java.lang.String cause)
Constructor.

Parameters:
uri - Uri
cause - The reason, the validation failed

ObjectValidationFailedException

public ObjectValidationFailedException(java.lang.String cause)
Constructor.

Parameters:
cause - The reason, the validation failed