org.n52.connectors.core.exceptions
Class N52Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.n52.connectors.core.exceptions.N52Exception
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IllegalConnectorRequest, IllegalDefaultSetting, InconsistentDependencyDefinition, ParameterDoesNotExist, WrappedException

public class N52Exception
extends java.lang.Exception

Catch all for exceptions generated by the framework. In principle this is the only exception tha goes out of the system.

Author:
martin schouwenburg
See Also:
Serialized Form

Constructor Summary
N52Exception()
           
N52Exception(java.lang.String message)
           
 
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

N52Exception

public N52Exception()

N52Exception

public N52Exception(java.lang.String message)