com.j2biz.blogunity.exception
Class BlogunityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.j2biz.blogunity.exception.BlogunityException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NotActivatedException, NotLoggedException, SystemException
- public class BlogunityException
- extends Exception
- Since:
- 0.1
- Author:
- michelson
- See Also:
- Serialized Form
Method Summary |
String |
getMessage()
|
I18NStatus |
getStatus()
|
void |
printStackTrace()
Prints a stack trace out for the exception, and any nested exception that
it may have embedded in its Status object. |
void |
printStackTrace(PrintStream output)
Prints a stack trace out for the exception, and any nested exception that
it may have embedded in its Status object. |
void |
printStackTrace(PrintWriter output)
Prints a stack trace out for the exception, and any nested exception that
it may have embedded in its Status object. |
BlogunityException
public BlogunityException(I18NStatus status)
getStatus
public final I18NStatus getStatus()
printStackTrace
public void printStackTrace()
- Prints a stack trace out for the exception, and any nested exception that
it may have embedded in its Status object.
printStackTrace
public void printStackTrace(PrintStream output)
- Prints a stack trace out for the exception, and any nested exception that
it may have embedded in its Status object.
- Parameters:
output
- the stream to write to
printStackTrace
public void printStackTrace(PrintWriter output)
- Prints a stack trace out for the exception, and any nested exception that
it may have embedded in its Status object.
- Parameters:
output
- the stream to write to
getMessage
public String getMessage()
Copyright (c)j2biz.com