net.kwfgrid.gwes.exception
Class GWESException
java.lang.Object
java.lang.Throwable
net.kwfgrid.gwes.exception.GWESException
- All Implemented Interfaces:
- Serializable
public class GWESException
- extends Throwable
This exception encapsulates all Throwable java objects, i.e., Errors or RuntimeExceptions, that are not mapped onto
specific exception. Necessary to ensure the logging of all runtime errors!
- Version:
- $Id$
- Author:
- Andreas Hoheisel (www.andreas-hoheisel.de)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GWESException
public GWESException(String message)
GWESException
public GWESException(String message,
Throwable cause)
GWESException
public GWESException(Throwable cause)
Copyright © 2005-2011 Fraunhofer FIRST. All Rights Reserved.