ch.elca.el4j.core.exceptions
Class MisconfigurationRTException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ch.elca.el4j.core.exceptions.BaseRTException
                  extended by ch.elca.el4j.core.exceptions.MisconfigurationRTException
All Implemented Interfaces:
Serializable

public class MisconfigurationRTException
extends BaseRTException

General exception used if a misconfiguration occurred.

Author:
Martin Zeltner (MZE)
See Also:
Serialized Form
File-location:
MisconfigurationRTException
Last check-in date:
2009-08-04 15:22:05 +0200 (Di, 04. Aug 2009) by swismer for revision 3881

Field Summary
 
Fields inherited from class ch.elca.el4j.core.exceptions.BaseRTException
m_message, m_messageFormatParameters
 
Constructor Summary
MisconfigurationRTException(String message)
          Constructor.
MisconfigurationRTException(String message, Throwable exception)
          Constructor.
 
Method Summary
 
Methods inherited from class ch.elca.el4j.core.exceptions.BaseRTException
getFormatParameters, getFormatString, getMessage, setFormatString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

MisconfigurationRTException

public MisconfigurationRTException(String message)
Constructor.

Parameters:
message - Is the message of this exception.

MisconfigurationRTException

public MisconfigurationRTException(String message,
                                   Throwable exception)
Constructor.

Parameters:
message - Is the message of this exception.
exception - Is the cause of this exception.


Copyright © 2005-2011 ELCA. All Rights Reserved.