org.deegree.protocol.ows.exception
Class OWSExceptionReport

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deegree.protocol.ows.exception.OWSExceptionReport
All Implemented Interfaces:
Serializable

public class OWSExceptionReport
extends Exception

Encapsulates a number of OWSExceptions.

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

Constructor Summary
OWSExceptionReport(List<OWSException> exceptions, String lang, String version)
           
 
Method Summary
 List<OWSException> getExceptions()
           
 String getLang()
           
 String getVersion()
           
 
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

OWSExceptionReport

public OWSExceptionReport(List<OWSException> exceptions,
                          String lang,
                          String version)
Method Detail

getVersion

public String getVersion()

getLang

public String getLang()

getExceptions

public List<OWSException> getExceptions()


Copyright © 2011. All Rights Reserved.