pl.edu.agh.cast.rawdata.stat
Class ErrorAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pl.edu.agh.cast.rawdata.stat.ErrorAlreadyExistsException
All Implemented Interfaces:
Serializable

public class ErrorAlreadyExistsException
extends Exception

Exception which is thrown when already existing error is trying to be added.

Author:
AGH CAST Team
See Also:
Serialized Form

Constructor Summary
ErrorAlreadyExistsException(ErrorType err)
          Default constructor.
 
Method Summary
 
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

ErrorAlreadyExistsException

public ErrorAlreadyExistsException(ErrorType err)
Default constructor.

Parameters:
err - error type which is trying to be added.


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.