org.hyphenType.lexerparser.exceptions
Class StringParseException

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

public class StringParseException
extends OptionValuesException

See Also:
Serialized Form

Field Summary
static String DEFAULT_PATTERN
           
 
Constructor Summary
StringParseException(Throwable cause, Class<? extends Options<?>> optionsInterface, String value)
           
 
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

StringParseException

public StringParseException(Throwable cause,
                            Class<? extends Options<?>> optionsInterface,
                            String value)


Copyright © 2013. All Rights Reserved.