net.sourceforge.pebble
Class PebbleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.pebble.PebbleException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BlogServiceException, PersistenceException, SecurityRealmException

public class PebbleException
extends java.lang.Exception

Superclass for all Pebble specific exceptions.

Author:
Simon Brown
See Also:
Serialized Form

Constructor Summary
PebbleException()
           
PebbleException(java.lang.String message)
           
PebbleException(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

PebbleException

public PebbleException()

PebbleException

public PebbleException(java.lang.String message)

PebbleException

public PebbleException(java.lang.Throwable cause)


Copyright © 2003-2006, Simon Brown. All Rights Reserved.