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

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.CalculatorException
All Implemented Interfaces:
Serializable

public class CalculatorException
extends BaseException
implements Serializable

This exception is used for testing.

Author:
Martin Zeltner (MZE)
See Also:
Serialized Form
File-location:
CalculatorException
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.BaseException
m_message, m_messageFormatParameters
 
Constructor Summary
CalculatorException()
          Default constructor.
 
Method Summary
 void setMessage(String message)
          Set the message.
 
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

CalculatorException

public CalculatorException()
Default constructor.

Method Detail

setMessage

public void setMessage(String message)
Set the message.

Parameters:
message - The message


Copyright © 2005-2011 ELCA. All Rights Reserved.