org.deegree.protocol.ows.exception
Class OWSExceptionReport
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.deegree.protocol.ows.exception.OWSExceptionReport
- All Implemented Interfaces:
- Serializable
public class OWSExceptionReport
- extends Exception
Encapsulates a number of OWSException
s.
- Version:
- $Revision: 32012 $, $Date: 2011-09-26 16:06:20 +0200 (Mon, 26 Sep 2011) $
- Author:
- Markus Schneider, last edited by: $Author: mschneider $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OWSExceptionReport
public OWSExceptionReport(List<OWSException> exceptions,
String lang,
String version)
getVersion
public String getVersion()
getLang
public String getLang()
getExceptions
public List<OWSException> getExceptions()
Copyright © 2011. All Rights Reserved.