fr.gael.drb.impl.sds
Class DynamicException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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).
Copyright© 2001-2009 GAEL Consultant. All rights reserved. Use is subject to license terms .