org.rometools.feed.module.opensearch
Class RequiredAttributeMissingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.rometools.feed.module.opensearch.RequiredAttributeMissingException
All Implemented Interfaces:
Serializable

public class RequiredAttributeMissingException
extends RuntimeException

Author:
Michael W. Nassif (enrouteinc@gmail.com)
See Also:
Serialized Form

Constructor Summary
RequiredAttributeMissingException(String arg0)
           
RequiredAttributeMissingException(String arg0, Throwable arg1)
           
RequiredAttributeMissingException(Throwable arg0)
           
 
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

RequiredAttributeMissingException

public RequiredAttributeMissingException(String arg0,
                                         Throwable arg1)

RequiredAttributeMissingException

public RequiredAttributeMissingException(String arg0)

RequiredAttributeMissingException

public RequiredAttributeMissingException(Throwable arg0)


Copyright © 2013 ROME Project. All Rights Reserved.