org.hyphenType.lexerparser.exceptions
Class MandatoryValueNotFoundException

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.MandatoryValueNotFoundException
All Implemented Interfaces:
Serializable

public class MandatoryValueNotFoundException
extends OptionValuesException

See Also:
Serialized Form

Field Summary
static String DEFAULT_PATTERN
           
 
Constructor Summary
MandatoryValueNotFoundException(Class<? extends Options<?>> optionsInterface, String optionName, String valueName)
           
 
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

MandatoryValueNotFoundException

public MandatoryValueNotFoundException(Class<? extends Options<?>> optionsInterface,
                                       String optionName,
                                       String valueName)


Copyright © 2013. All Rights Reserved.