dfki.util.config
Class Config.MultiValueException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--dfki.util.config.Config.Exception
                    |
                    +--dfki.util.config.Config.MultiValueException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Config

public static class Config.MultiValueException
extends Config.Exception

Exception denoting illegal value/multivalue assignments.

See Also:
Serialized Form

Constructor Summary
Config.MultiValueException(Config.Property p)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Config.MultiValueException

public Config.MultiValueException(Config.Property p)