at.knowcenter.wag.egov.egiz.exceptions
Class NormalizeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by at.knowcenter.wag.egov.egiz.exceptions.PresentableException
              extended by at.knowcenter.wag.egov.egiz.exceptions.ErrorCodeException
                  extended by at.knowcenter.wag.egov.egiz.exceptions.NormalizeException
All Implemented Interfaces:
Serializable

public class NormalizeException
extends ErrorCodeException

This exception is thrown by the processing a normalizer.

Author:
wlackner
See Also:
Serialized Form

Constructor Summary
NormalizeException(int error_code)
           
NormalizeException(int error_code, String message)
           
NormalizeException(int error_code, String message, Throwable cause)
           
NormalizeException(int error_code, Throwable cause)
           
 
Method Summary
 
Methods inherited from class at.knowcenter.wag.egov.egiz.exceptions.ErrorCodeException
getErrorCode, getErrorCodeMessage, getErrorCodeMessage, getExternalErrorCode, getExternalErrorMessage, hasErrorCode, hasExternalErrorMessage, setErrorCode, setExternalErrorCode, setExternalErrorMessage
 
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

NormalizeException

public NormalizeException(int error_code,
                          String message,
                          Throwable cause)
Parameters:
error_code -
message -
cause -

NormalizeException

public NormalizeException(int error_code,
                          String message)
Parameters:
error_code -
message -

NormalizeException

public NormalizeException(int error_code,
                          Throwable cause)
Parameters:
error_code -
cause -

NormalizeException

public NormalizeException(int error_code)
Parameters:
error_code -


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.