ch.elca.el4j.tests.remoting.service
Class SpecialCalculatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.elca.el4j.core.exceptions.BaseException
              extended by ch.elca.el4j.tests.remoting.service.SpecialCalculatorException
All Implemented Interfaces:
Serializable

public class SpecialCalculatorException
extends BaseException

This special exception is used for testing.

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

Field Summary
 
Fields inherited from class ch.elca.el4j.core.exceptions.BaseException
m_message, m_messageFormatParameters
 
Constructor Summary
SpecialCalculatorException(String action)
          Constructor.
 
Method Summary
 
Methods inherited from class ch.elca.el4j.core.exceptions.BaseException
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

SpecialCalculatorException

public SpecialCalculatorException(String action)
Constructor.

Parameters:
action - Is the dynamic part of this exception.


Copyright © 2005-2011 ELCA. All Rights Reserved.