com.spire.presentation
Class AppException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.spire.presentation.AppException

public class AppException
extends java.lang.Exception

Represents a standard internal exception type.

See Also:
Serialized Form

Constructor Summary
AppException()
          Default constructor.
AppException(java.lang.String message)
          Constructor allowing a message to be added to this exception.
AppException(java.lang.String message, java.lang.Exception exception)
          Constructor for an exception containing a message and an embedded exception.
 

Constructor Detail

AppException

public AppException()
Default constructor.


AppException

public AppException(java.lang.String message)
Constructor allowing a message to be added to this exception.

Parameters:
message - message

AppException

public AppException(java.lang.String message,
                    java.lang.Exception exception)
Constructor for an exception containing a message and an embedded exception.

Parameters:
message - message
exception - original exception