org.hyphenType.lexerparser.exceptions
Class MandatoryMapValueNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hyphenType.lexerparser.exceptions.OptionValuesException
              extended by org.hyphenType.lexerparser.exceptions.MandatoryMapValueNotFoundException
All Implemented Interfaces:
Serializable

public class MandatoryMapValueNotFoundException
extends OptionValuesException

See Also:
Serialized Form

Field Summary
static String DEFAULT_PATTERN
           
 
Constructor Summary
MandatoryMapValueNotFoundException(Class<? extends Options<?>> optionsInterface, String keyName, String equalsSign, String valueName, String optionName)
           
 
Method Summary
 
Methods inherited from class org.hyphenType.lexerparser.exceptions.OptionValuesException
getLocalizedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

DEFAULT_PATTERN

public static final String DEFAULT_PATTERN
See Also:
Constant Field Values
Constructor Detail

MandatoryMapValueNotFoundException

public MandatoryMapValueNotFoundException(Class<? extends Options<?>> optionsInterface,
                                          String keyName,
                                          String equalsSign,
                                          String valueName,
                                          String optionName)


Copyright © 2013. All Rights Reserved.