com.planetj.taste.common
Class TasteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.planetj.taste.common.TasteException
All Implemented Interfaces:
java.io.Serializable

public final class TasteException
extends java.lang.Exception

An exception thrown when an error occurs inside the Taste engine.

Author:
Sean Owen
See Also:
Serialized Form

Constructor Summary
TasteException()
           
TasteException(java.lang.String message)
           
TasteException(java.lang.String message, java.lang.Throwable cause)
           
TasteException(java.lang.Throwable 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

TasteException

public TasteException()

TasteException

public TasteException(java.lang.String message)

TasteException

public TasteException(java.lang.Throwable cause)

TasteException

public TasteException(java.lang.String message,
                      java.lang.Throwable cause)