zisko.multicastor.program.model
Class WrongConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by zisko.multicastor.program.model.WrongConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class WrongConfigurationException
extends java.lang.Exception

Custom Exception fuer eine falsche Konfiguration

See Also:
Serialized Form

Constructor Summary
WrongConfigurationException()
           
 
Method Summary
 java.lang.String getErrorMessage()
           
 void setErrorMessage(java.lang.String errorMessage)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WrongConfigurationException

public WrongConfigurationException()
Method Detail

setErrorMessage

public void setErrorMessage(java.lang.String errorMessage)

getErrorMessage

public java.lang.String getErrorMessage()