Class ParserCreationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.gpe.lib.api.exceptions.ParserCreationException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException
Direct Known Subclasses:
ParserFileNotSupportedException, ParserMimetypeNotSupportedException, ParserNameNotFoundException, ParserNotRegisteredException

public class ParserCreationException extends org.gvsig.tools.exception.BaseException
This exception is thrown it has been an error in the parser creation. The reason for this error can be other exception or a detailed error.
See Also:
  • Constructor Details

    • ParserCreationException

      public ParserCreationException()
    • ParserCreationException

      public ParserCreationException(Throwable e)
  • Method Details

    • values

      protected Map values()
      Overrides:
      values in class org.gvsig.tools.exception.BaseException