org.finra.jtaf.core.plugins.parsing
Class ParserPluginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.finra.jtaf.core.plugins.parsing.ParserPluginException
All Implemented Interfaces:
Serializable

public class ParserPluginException
extends Exception

This exception is thrown by the parser plugins

See Also:
Serialized Form

Constructor Summary
ParserPluginException()
           
ParserPluginException(String message)
           
ParserPluginException(String message, Throwable throwable)
           
ParserPluginException(Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ParserPluginException

public ParserPluginException()

ParserPluginException

public ParserPluginException(String message)

ParserPluginException

public ParserPluginException(Throwable throwable)

ParserPluginException

public ParserPluginException(String message,
                             Throwable throwable)


Copyright © 2014. All rights reserved.