sears.tools.eawt
Class AppException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sears.tools.eawt.AppException
All Implemented Interfaces:
java.io.Serializable

public class AppException
extends java.lang.Exception

Exception class for the eawt package

See Also:
Serialized Form

Constructor Summary
AppException()
          Instantiates a new AppException object
AppException(java.lang.String message)
          Instantiates a new AppException object
 
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

AppException

public AppException()
Instantiates a new AppException object


AppException

public AppException(java.lang.String message)
Instantiates a new AppException object

Parameters:
message - the detail message
See Also:
Exception.Exception(String)