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