org.deegree.protocol.wms
Class WMSException.InvalidDimensionValue

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deegree.protocol.wms.WMSException
              extended by org.deegree.protocol.wms.WMSException.InvalidDimensionValue
All Implemented Interfaces:
Serializable
Enclosing class:
WMSException

public static class WMSException.InvalidDimensionValue
extends WMSException

InvalidDimensionValue

Version:
$Revision: 31216 $, $Date: 2011-07-05 14:56:08 +0200 (Tue, 05 Jul 2011) $
Author:
Andreas Schmitz, last edited by: $Author: aschmitz $
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.deegree.protocol.wms.WMSException
WMSException.InvalidDimensionValue, WMSException.MissingDimensionValue
 
Field Summary
 String name
           
 String value
           
 
Constructor Summary
WMSException.InvalidDimensionValue(String name, String value)
           
 
Method Summary
 
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
 

Field Detail

name

public String name

value

public String value
Constructor Detail

WMSException.InvalidDimensionValue

public WMSException.InvalidDimensionValue(String name,
                                          String value)
Parameters:
name -
value -


Copyright © 2011. All Rights Reserved.