Uses of Class
nl.b3p.csw.jaxb.ows.Exception
-
Packages that use Exception Package Description nl.b3p.csw.jaxb.ows -
-
Uses of Exception in nl.b3p.csw.jaxb.ows
Fields in nl.b3p.csw.jaxb.ows with type parameters of type Exception Modifier and Type Field Description protected List<Exception>ExceptionReport. exceptionMethods in nl.b3p.csw.jaxb.ows that return Exception Modifier and Type Method Description ExceptionObjectFactory. createException(ExceptionType value)Create an instance ofException}Methods in nl.b3p.csw.jaxb.ows that return types with arguments of type Exception Modifier and Type Method Description List<Exception>ExceptionReport. getException()Unordered list of one or more Exception elements that each describes an error.Constructor parameters in nl.b3p.csw.jaxb.ows with type arguments of type Exception Constructor Description ExceptionReport(List<Exception> exception, String version, String language)Fully-initialising value constructor
-