|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
sky.monome.exception.MonomeException
public class MonomeException
Exception specific to the Monome environment.
| Constructor Summary | |
|---|---|
MonomeException(java.lang.String message)
Constructs a Monome exception with the specified message. |
|
MonomeException(java.lang.String message,
java.lang.Throwable cause)
Constructs a Monome exception with specified message and 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 MonomeException(java.lang.String message)
message - Message associated with this exception.
public MonomeException(java.lang.String message,
java.lang.Throwable cause)
message - Message associated with this exception.cause - Cause of this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||