ch.elca.el4j.util.codingsupport
Class PreconditionRTException

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
                      extended by ch.elca.el4j.util.codingsupport.PreconditionRTException
All Implemented Interfaces:
Serializable

public class PreconditionRTException
extends AbstractConditionRTException

This exception will be thrown when a precondition is not fulfilled.

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

Field Summary
 
Fields inherited from class ch.elca.el4j.core.exceptions.BaseRTException
m_message, m_messageFormatParameters
 
Constructor Summary
PreconditionRTException()
          Default constructor.
PreconditionRTException(String message)
          Constructor to explain the not fulfilled condition.
 
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

PreconditionRTException

public PreconditionRTException()
Default constructor.


PreconditionRTException

public PreconditionRTException(String message)
Constructor to explain the not fulfilled condition.

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


Copyright © 2005-2011 ELCA. All Rights Reserved.