pl.edu.agh.cast.rawdata.stat
Class ErrorAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.