Data Request Broker
2-3-release

fr.gael.drb.impl.sds
Class DynamicException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by fr.gael.drb.impl.sds.DynamicException
All Implemented Interfaces:
Serializable

public class DynamicException
extends RuntimeException

Dynamic exception of the SDF engine during evaluation phase.

A dynamic error is an error that must be detected during the evaluation phase.

See Also:
Serialized Form

Constructor Summary
protected DynamicException(String message)
          Builds a dynamic exception with a 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DynamicException

protected DynamicException(String message)
Builds a dynamic exception with a message.

Parameters:
message - the exception message should fit in the sentence " at node ...". It shall therefore be a single line message whith no trailing sign or symbol (e.g. no trailing point, comma or question mark).

Data Request Broker - DRB API®
2-3-release

Copyright© 2001-2009 GAEL Consultant. All rights reserved. Use is subject to license terms .