com.j2biz.blogunity.exception
Class BlogunityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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

Constructor Summary
BlogunityException(I18NStatus status)
           
 
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.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlogunityException

public BlogunityException(I18NStatus status)
Method Detail

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