org.riverock.dbrevision.exception
Class ConfigParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.riverock.dbrevision.exception.DbRevisionException
                  extended by org.riverock.dbrevision.exception.ConfigParseException
All Implemented Interfaces:
Serializable

public class ConfigParseException
extends DbRevisionException

User: SergeMaslyukov Date: 29.07.2007 Time: 0:41:59

See Also:
Serialized Form

Constructor Summary
ConfigParseException()
          Empty constructor
ConfigParseException(String s)
          Constructor
ConfigParseException(String s, Throwable cause)
          Constructor
ConfigParseException(Throwable cause)
          Constructor
 
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

ConfigParseException

public ConfigParseException()
Empty constructor


ConfigParseException

public ConfigParseException(String s)
Constructor

Parameters:
s - describing exception

ConfigParseException

public ConfigParseException(Throwable cause)
Constructor

Parameters:
cause - cause exception

ConfigParseException

public ConfigParseException(String s,
                            Throwable cause)
Constructor

Parameters:
s - describing exception
cause - cause exception


Copyright © 2008 Riverock community. All Rights Reserved.