org.talika.tarsis.context
Class ConfigException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.talika.tarsis.error.SystemException
              extended byorg.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.
 
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-2005 Talika Open Source Group. All Rights Reserved.