com.motorola.funlight
Class FunLightException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.motorola.funlight.FunLightException

public class FunLightException
extends java.lang.RuntimeException

Constructor Summary
FunLightException()
          Constructs a FunLightException with no detail message.
FunLightException(java.lang.String s)
          Constructs a FunLightException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunLightException

public FunLightException(java.lang.String s)
Constructs a FunLightException with the specified detail message.
Parameters:
s - the detail message.

FunLightException

public FunLightException()
Constructs a FunLightException with no detail message.