org.hyphenType.lexerparser.exceptions
Class StringParsingErrorException

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

public class StringParsingErrorException
extends OptionValuesException

TODO Change the name of this class. The current name does not say anything about what this exception means.

Author:
akira
See Also:
Serialized Form

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

StringParsingErrorException

public StringParsingErrorException(Throwable cause,
                                   Class<? extends Options<?>> optionsInterface,
                                   String input,
                                   Class<?> type)


Copyright © 2013. All Rights Reserved.