ch.elca.el4j.util.codingsupport
Class AbstractConditionRTException

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.util.codingsupport.AbstractConditionRTException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PreconditionRTException

public abstract class AbstractConditionRTException
extends BaseRTException

This exception is a base exception class for not fulfilled conditions.

Author:
Martin Zeltner (MZE)
See Also:
Serialized Form
File-location:
AbstractConditionRTException
Last check-in date:
2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873

Field Summary
 
Fields inherited from class ch.elca.el4j.core.exceptions.BaseRTException
m_message, m_messageFormatParameters
 
Constructor Summary
AbstractConditionRTException(String conditionType)
          Constructor with only the type of condition.
AbstractConditionRTException(String conditionType, String message)
          Constructor with type of condition and a message.
 
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

AbstractConditionRTException

public AbstractConditionRTException(String conditionType)
Constructor with only the type of condition.

Parameters:
conditionType - Is the type of condition.

AbstractConditionRTException

public AbstractConditionRTException(String conditionType,
                                    String message)
Constructor with type of condition and a message.

Parameters:
conditionType - Is the type of condition.
message - Is the message to explain what condition was no fulfilled.


Copyright © 2005-2011 ELCA. All Rights Reserved.