pt.digitalis.dif.sanitycheck.exceptions
Class SanityCheckException

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

public class SanityCheckException
extends AbstractCustomBusinessException

Author:
Galaio da Silva jgalaio@digitalis.pt
See Also:
Serialized Form
Created on:
4 de Jul de 2011

Constructor Summary
SanityCheckException(String message)
           
SanityCheckException(String message, Throwable cause)
           
SanityCheckException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class pt.digitalis.dif.exception.AbstractCustomBusinessException
getMessageTitle, setMessageTitle
 
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

SanityCheckException

public SanityCheckException(String message)
Parameters:
message - the error message

SanityCheckException

public SanityCheckException(String message,
                            Throwable cause)
Parameters:
message - the error message
cause - the error cause

SanityCheckException

public SanityCheckException(Throwable cause)
Parameters:
cause - the error cause


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