org.esupportail.portal.utils.injac.injacSpacesCreation.exception
Class ConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.esupportail.portal.utils.injac.injacSpacesCreation.exception.ConfigException
- All Implemented Interfaces:
- java.io.Serializable
- public class ConfigException
- extends java.lang.Exception
- Author:
- : Thomas BELLEMBOIS
date : 29 juin 2004
Exception throwned by the Config class
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
throwingClass
java.lang.String throwingClass
throwingMethod
java.lang.String throwingMethod
comment
java.lang.String comment
ConfigException
public ConfigException()
ConfigException
public ConfigException(java.lang.String throwingClass,
java.lang.String throwingMethod,
java.lang.String comment)
toString
public java.lang.String toString()