ch.braincell.stickbackup.config
Class ConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ch.braincell.stickbackup.config.ConfigException
All Implemented Interfaces:
java.io.Serializable

public class ConfigException
extends java.lang.RuntimeException

Will be thrown if something goes wrong in configuration (e.g. instance can't be initialized properly).

See Also:
Serialized Form

Constructor Summary
ConfigException(java.lang.String message, java.lang.Throwable ex)
          Creates the exception.
 
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

ConfigException

public ConfigException(java.lang.String message,
                       java.lang.Throwable ex)
Creates the exception.

Parameters:
message - Message to tell.
ex - Exception thrown.


Copyright © 2007. All Rights Reserved.