org.wcb.autohome.exceptions
Class HomeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.wcb.autohome.exceptions.HomeException
All Implemented Interfaces:
java.io.Serializable

public class HomeException
extends java.lang.Exception

Project: Alice X10 Home Automation Filename: $Id: HomeException.java,v 1.2 2004/02/24 18:24:12 wbogaardt Exp $ Abstract: Handles exception report specific to this home automation gui. $Log: HomeException.java,v $ Revision 1.2 2004/02/24 18:24:12 wbogaardt fixed code format for style check

Version:
1.0
Author:
wbogaardt
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
HomeException()
          Default constructor for home exception
HomeException(java.lang.String str)
          Constructor passing in a string
 
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()
Default constructor for home exception


HomeException

public HomeException(java.lang.String str)
Constructor passing in a string

Parameters:
str - String to use for exception


Copyright © 1999-2004 Walter Bogaardt. All Rights Reserved.