org.apache.hadoop.hbase.rest.filter
Class FilterFactoryConstants.MalformedFilterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.hbase.rest.exception.HBaseRestException
              extended by org.apache.hadoop.hbase.rest.filter.FilterFactoryConstants.MalformedFilterException
All Implemented Interfaces:
Serializable
Enclosing interface:
FilterFactoryConstants

public static class FilterFactoryConstants.MalformedFilterException
extends HBaseRestException

See Also:
Serialized Form

Constructor Summary
FilterFactoryConstants.MalformedFilterException()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.apache.hadoop.hbase.rest.exception.HBaseRestException
getInnerClass, getInnerException, getInnerMessage, setInnerException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterFactoryConstants.MalformedFilterException

public FilterFactoryConstants.MalformedFilterException()
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2009 The Apache Software Foundation