sophware.home.lang
Class HomeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sophware.home.lang.HomeException
All Implemented Interfaces:
java.io.Serializable

public class HomeException
extends java.lang.Exception
implements java.io.Serializable

The HomeException extends Exception and represents exceptions for a home.

Version:
1.0 4/2/2007
Author:
Russell Soph
See Also:
Serialized Form

Constructor Summary
HomeException()
          Creates a HomeException
HomeException(java.lang.String message)
          Creates a HomeException
HomeException(java.lang.String message, java.lang.Throwable cause)
          Creates a HomeException
HomeException(java.lang.Throwable cause)
          Creates a HomeException
 
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

HomeException

public HomeException()
Creates a HomeException


HomeException

public HomeException(java.lang.String message)
Creates a HomeException

Parameters:
message - the description for this exception

HomeException

public HomeException(java.lang.String message,
                     java.lang.Throwable cause)
Creates a HomeException

Parameters:
message - the description for this exception
cause - the cause of this exception

HomeException

public HomeException(java.lang.Throwable cause)
Creates a HomeException

Parameters:
cause - the cause of this exception