net.fortytwo.ripple
Class RippleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.fortytwo.ripple.RippleException
All Implemented Interfaces:
Serializable

public class RippleException
extends Exception

A custom Exception.

Author:
Joshua Shinavier (http://fortytwo.net)
See Also:
Serialized Form

Constructor Summary
RippleException(String msg)
           
RippleException(Throwable cause)
           
 
Method Summary
 void logError()
           
 void logError(boolean includeStackTrace)
           
 
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

RippleException

public RippleException(Throwable cause)

RippleException

public RippleException(String msg)
Method Detail

logError

public void logError(boolean includeStackTrace)

logError

public void logError()


Copyright © 2007-2014. All Rights Reserved.