|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
sophware.home.lang.HomeException
public class HomeException
The HomeException extends Exception and
represents exceptions for a home.
| 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 |
|---|
public HomeException()
HomeException
public HomeException(java.lang.String message)
HomeException
message - the description for this exception
public HomeException(java.lang.String message,
java.lang.Throwable cause)
HomeException
message - the description for this exceptioncause - the cause of this exceptionpublic HomeException(java.lang.Throwable cause)
HomeException
cause - the cause of this exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||