com.j2biz.blogunity.exception
Class BlogunityRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.j2biz.blogunity.exception.BlogunityRuntimeException
All Implemented Interfaces:
Serializable

public class BlogunityRuntimeException
extends RuntimeException

Since:
0.1
Author:
michelson
See Also:
Serialized Form

Constructor Summary
BlogunityRuntimeException(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

BlogunityRuntimeException

public BlogunityRuntimeException(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