|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jef.mixers.exceptions.MixerException
public class MixerException
This exception is thrown whenever a mix fails.
| 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 |
|---|
public MixerException()
MixerException without detail message.
public MixerException(java.lang.String msg)
MixerException with the specified detail message.
msg - the detail message.
public MixerException(java.lang.String msg,
java.lang.Throwable cause)
MixerException with the specified detail message and
the specified root cause.
msg - The detail messagecause - The root cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||