Package com.rometools.modules.opensearch
Class RequiredAttributeMissingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.rometools.modules.opensearch.RequiredAttributeMissingException
-
- All Implemented Interfaces:
Serializable
public class RequiredAttributeMissingException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequiredAttributeMissingException(String arg0)RequiredAttributeMissingException(String arg0, Throwable arg1)RequiredAttributeMissingException(Throwable arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RequiredAttributeMissingException
public RequiredAttributeMissingException(String arg0, Throwable arg1)
-
RequiredAttributeMissingException
public RequiredAttributeMissingException(String arg0)
-
RequiredAttributeMissingException
public RequiredAttributeMissingException(Throwable arg0)
-
-