Version: 1.1.1

de.mpg.mpiz_koeln.featureClient
Class FeatureClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.mpg.mpiz_koeln.featureClient.FeatureClientException
All Implemented Interfaces:
Serializable

public class FeatureClientException
extends Exception

Exception which is thrown in the featureClient project if exceptions occur.

Author:
Andreas Groscurth
See Also:
Serialized Form

Constructor Summary
FeatureClientException()
           
FeatureClientException(String message)
           
FeatureClientException(String message, Throwable cause)
           
FeatureClientException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FeatureClientException

public FeatureClientException()

FeatureClientException

public FeatureClientException(String message)

FeatureClientException

public FeatureClientException(Throwable cause)

FeatureClientException

public FeatureClientException(String message,
                              Throwable cause)

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010