Class NoImplementationFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.n52.shetland.ogc.ows.exception.OwsExceptionReport
-
- org.n52.shetland.ogc.ows.exception.CodedException
-
- org.n52.shetland.ogc.ows.exception.CodedOwsException
-
- org.n52.shetland.ogc.ows.exception.NoApplicableCodeException
-
- org.n52.iceland.exception.ows.concrete.NoImplementationFoundException
-
- All Implemented Interfaces:
Serializable
public class NoImplementationFoundException extends NoApplicableCodeException
- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoImplementationFoundException(Class<?> required)NoImplementationFoundException(String required)NoImplementationFoundException(String format, Object... args)
-
Method Summary
-
Methods inherited from class org.n52.shetland.ogc.ows.exception.CodedException
at, at, causedBy, getCode, getExceptions, getLocator, getMessage, hasMessage, withMessage
-
Methods inherited from class org.n52.shetland.ogc.ows.exception.OwsExceptionReport
getNamespace, getStatus, getVersion, hasStatus, setStatus, setVersion
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-