pl.slawas.helpers
Class ConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by pl.slawas.helpers.ConfigException
All Implemented Interfaces:
java.io.Serializable

public class ConfigException
extends java.lang.RuntimeException

ConfigException klasa wyjątku zrzucanego podczas analizy (parsowania) własciwości, parametrów konfiguracyjnych.

Version:
$Revision: 1.1 $
Author:
Slawomir Cichy <slawas@slawas.pl>
See Also:
Serialized Form

Constructor Summary
ConfigException(java.lang.Exception cause)
           
ConfigException(java.lang.String message)
           
ConfigException(java.lang.String msg, java.lang.Exception cause)
           
 
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.Exception cause)

ConfigException

public ConfigException(java.lang.String msg,
                       java.lang.Exception cause)

ConfigException

public ConfigException(java.lang.String message)


Copyright © 2014 Sci Software. All Rights Reserved.