Skip to content

Method: CovarianceInExceptionInheritanceException()

1: package de.fhdw.wtf.common.exception.walker;
2:
3: /**
4: * This Exception occures, when there is an Error in Inheritance!
5: */
6: public class CovarianceInExceptionInheritanceException extends Exception {
7:         
8: }