jef.mixers.exceptions
Class MixerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jef.mixers.exceptions.MixerException
All Implemented Interfaces:
java.io.Serializable

public class MixerException
extends java.lang.Exception

This exception is thrown whenever a mix fails.

Author:
Francesco Russo (frusso@cs.unibo.it)
See Also:
Serialized Form

Constructor Summary
MixerException()
          Creates a new instance of MixerException without detail message.
MixerException(java.lang.String msg)
          Constructs an instance of MixerException with the specified detail message.
MixerException(java.lang.String msg, java.lang.Throwable cause)
          Constructs an instance of MixerException with the specified detail message and the specified root cause.
 
Method Summary
 
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

MixerException

public MixerException()
Creates a new instance of MixerException without detail message.


MixerException

public MixerException(java.lang.String msg)
Constructs an instance of MixerException with the specified detail message.

Parameters:
msg - the detail message.

MixerException

public MixerException(java.lang.String msg,
                      java.lang.Throwable cause)
Constructs an instance of MixerException with the specified detail message and the specified root cause.

Parameters:
msg - The detail message
cause - The root cause