sky.monome.exception
Class MonomeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sky.monome.exception.MonomeException
All Implemented Interfaces:
java.io.Serializable

public class MonomeException
extends java.lang.Exception

Exception specific to the Monome environment.

Author:
PJ Skyman
See Also:
Serialized Form

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

MonomeException

public MonomeException(java.lang.String message)
Constructs a Monome exception with the specified message.

Parameters:
message - Message associated with this exception.

MonomeException

public MonomeException(java.lang.String message,
                       java.lang.Throwable cause)
Constructs a Monome exception with specified message and cause.

Parameters:
message - Message associated with this exception.
cause - Cause of this exception.