net.ranides.assira.config
Class ConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.ranides.assira.config.ConfigException
All Implemented Interfaces:
Serializable

public class ConfigException
extends RuntimeException

Wyjątek "unchecked" rzucany przez klasy do obsługi konfiguracji

Author:
ranides
See Also:
Configuration, Serialized Form

Constructor Summary
ConfigException(String message)
          Tworzy wyjątek z podanym komunikatem
ConfigException(String message, Throwable cause)
          Tworzy wyjątek z podanym komunikatem oraz przyczyną błędu.
ConfigException(Throwable cause)
          Tworzy wyjątek z podaną przyczyną błędu.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigException

public ConfigException(String message)
Tworzy wyjątek z podanym komunikatem

Parameters:
message -

ConfigException

public ConfigException(Throwable cause)
Tworzy wyjątek z podaną przyczyną błędu.

Parameters:
cause -

ConfigException

public ConfigException(String message,
                       Throwable cause)
Tworzy wyjątek z podanym komunikatem oraz przyczyną błędu.

Parameters:
message -
cause -


Copyright © 2013. All Rights Reserved.