Data Request Broker
2-3-release

fr.gael.drb.impl.sds
Class StaticException

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.StaticException
All Implemented Interfaces:
Serializable

public class StaticException
extends RuntimeException

Static exception of an SDF static analysis phase.

A static error is an error that must be detected during the analysis phase. A syntax error is an example of a static error.

See Also:
Serialized Form

Constructor Summary
protected StaticException(String message)
          Builds a static 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

StaticException

protected StaticException(String message)
Builds a static 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 .