TwilightMinds.Log
Class LogException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--TwilightMinds.Log.LogException
- All Implemented Interfaces:
- java.io.Serializable
- public class LogException
- extends java.lang.Exception
The standard exception used in the TwilightMinds.Log package.
Author: Reason
Last Modified: 11/23/00
------------------------------------------------
Copyright (C) 2000 Twilight Minds. All rights reserved.
This Java package is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this package; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston,
MA 02111-1307 USA
Alternatively, a copy can be obtained from the Twilight Minds web
site:
http://www.twilightminds.com/GNU-LGPL.html
Twilight Minds Design Group
http://www.twilightminds.com/
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LogException
public LogException(java.lang.String string)