pt.digitalis.dif.exception
Class AbstractCustomBusinessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pt.digitalis.dif.exception.AbstractCustomBusinessException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SanityCheckException

public abstract class AbstractCustomBusinessException
extends Exception

The base class for all user defined business exception. DIF will process these errors and report them in a controlled fashion to the user

Author:
Pedro Viegas pviegas@digitalis.pt
See Also:
Serialized Form
Created on:
2010/05/06

Constructor Summary
AbstractCustomBusinessException()
           
AbstractCustomBusinessException(String arg0)
           
AbstractCustomBusinessException(String arg0, Throwable arg1)
           
AbstractCustomBusinessException(Throwable arg0)
           
 
Method Summary
 String getMessageTitle()
          Inspector for the 'messageTitle' attribute.
 void setMessageTitle(String messageTitle)
          Modifier for the 'messageTitle' attribute.
 
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

AbstractCustomBusinessException

public AbstractCustomBusinessException()

AbstractCustomBusinessException

public AbstractCustomBusinessException(String arg0)
Parameters:
arg0 -

AbstractCustomBusinessException

public AbstractCustomBusinessException(String arg0,
                                       Throwable arg1)
Parameters:
arg0 -
arg1 -

AbstractCustomBusinessException

public AbstractCustomBusinessException(Throwable arg0)
Parameters:
arg0 -
Method Detail

getMessageTitle

public String getMessageTitle()
Inspector for the 'messageTitle' attribute.

Returns:
the messageTitle value

setMessageTitle

public void setMessageTitle(String messageTitle)
Modifier for the 'messageTitle' attribute.

Parameters:
messageTitle - the new messageTitle value to set


Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.