com.goldenhammer.modality
Class ModalityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.goldenhammer.modality.ModalityException
All Implemented Interfaces:
java.io.Serializable

public class ModalityException
extends java.lang.Exception

This is a class for exceptions caused by modalities

See Also:
Serialized Form

Constructor Summary
ModalityException(java.lang.String message)
          Constructor
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModalityException

public ModalityException(java.lang.String message)
Constructor

Parameters:
message - the message for this exception