net.kwfgrid.gwes.exception
Class GWESException

java.lang.Object
  extended by java.lang.Throwable
      extended by 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

Constructor Summary
GWESException(String message)
           
GWESException(String message, Throwable cause)
           
GWESException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.