org.hyphenType.lexerparser.exceptions
Class OptionValuesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hyphenType.lexerparser.exceptions.OptionValuesException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MandatoryMapValueNotFoundException, MandatorySimpleArgumentNotFoundException, MandatoryValueNotFoundException, RegexMismatchException, StringParseException, StringParsingErrorException

public abstract class OptionValuesException
extends Exception

See Also:
Serialized Form

Constructor Summary
OptionValuesException(Class<? extends Options<?>> optionsInterface, String pattern, Object... arguments)
           
OptionValuesException(Throwable cause, Class<? extends Options<?>> optionsInterface, String pattern, Object... arguments)
           
 
Method Summary
 String 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
 

Constructor Detail

OptionValuesException

public OptionValuesException(Class<? extends Options<?>> optionsInterface,
                             String pattern,
                             Object... arguments)

OptionValuesException

public OptionValuesException(Throwable cause,
                             Class<? extends Options<?>> optionsInterface,
                             String pattern,
                             Object... arguments)
Method Detail

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable


Copyright © 2013. All Rights Reserved.