org.talika.tarsis.context
Class ConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.talika.tarsis.error.SystemException
              extended by org.talika.tarsis.context.ConfigException
All Implemented Interfaces:
java.io.Serializable

public class ConfigException
extends SystemException

Thrown by the Tarsis MVC Framework to indicate a context configuration error.

Version:
$Revision: 117 $
Author:
Jose M. Palomar
See Also:
Serialized Form

Constructor Summary
ConfigException(java.lang.String msg)
          Constructs a new ConfigException with given message and cause.
 
Method Summary
 
Methods inherited from class org.talika.tarsis.error.SystemException
getRootCause
 
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 msg)
Constructs a new ConfigException with given message and cause.

Parameters:
msg - String text of the exception message.


Copyright © 2002-2012 Talika Open Source Group. All Rights Reserved.