java.lang.Object
java.lang.Throwable
java.lang.Exception
de.edgesoft.edgeutils.EdgeUtilsException
- All Implemented Interfaces:
java.io.Serializable
public class EdgeUtilsException
extends java.lang.Exception
Special exception (good coding style, I presume).
Legal stuff
Copyright 2010-2020 Ekkart Kleinod ekleinod@edgesoft.de
This file is part of edgeutils.
edgeutils is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
edgeutils is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with edgeutils. If not, see http://www.gnu.org/licenses/.
- Since:
- 0.1
- Version:
- 0.13.0
- Author:
- Ekkart Kleinod
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EdgeUtilsException(java.lang.Exception theException)Constructor with exception.EdgeUtilsException(java.lang.String theErrorMessage)Constructor with message. -
Method Summary
-
Constructor Details
-
EdgeUtilsException
public EdgeUtilsException(java.lang.String theErrorMessage)Constructor with message.- Parameters:
theErrorMessage- error message
-
EdgeUtilsException
public EdgeUtilsException(java.lang.Exception theException)Constructor with exception.- Parameters:
theException- exception
-