com.ohrasys.app
Class AppException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ohrasys.app.AppException
All Implemented Interfaces:
java.io.Serializable

public class AppException
extends java.lang.Exception

An application exception class

See Also:
Serialized Form

Constructor Summary
AppException()
          Creates a new AppException object.
AppException(java.lang.String msg)
          Creates a new AppException object.
 
Method Summary
 java.lang.String toString()
          Returns a string representation of this object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppException

public AppException()
Creates a new AppException object.


AppException

public AppException(java.lang.String msg)
Creates a new AppException object.

Parameters:
msg - An error message describing the exception.
Method Detail

toString

public java.lang.String toString()
Returns a string representation of this object.

Overrides:
toString in class java.lang.Throwable
Returns:
The physical address of this instance.