|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sourceforge.pebble.PebbleException
net.sourceforge.pebble.domain.BlogServiceException
public class BlogServiceException
The superclass for all blog-related exceptions.
| Constructor Summary | |
|---|---|
BlogServiceException(Blog blog,
java.lang.Exception cause)
Creates a new instance with the specified cause. |
|
BlogServiceException(Blog blog,
java.lang.String message)
Creates a new instance with the specified message. |
|
| 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 |
|---|
public BlogServiceException(Blog blog,
java.lang.String message)
blog - the Blog to which this exception appliesmessage - the message for the exception
public BlogServiceException(Blog blog,
java.lang.Exception cause)
blog - the Blog to which this exception appliescause - the causing Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||