org.pentaho.commons.util.repository.exception
Class FilterNotValidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.commons.util.repository.exception.CmisFault
              extended by org.pentaho.commons.util.repository.exception.FilterNotValidException
All Implemented Interfaces:
Serializable

public class FilterNotValidException
extends CmisFault

See Also:
Serialized Form

Constructor Summary
FilterNotValidException()
           
 
Method Summary
 
Methods inherited from class org.pentaho.commons.util.repository.exception.CmisFault
getErrorCode, getErrorMessage, setErrorCode, setErrorMessage
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterNotValidException

public FilterNotValidException()