inf.compilers
Class ExpressivenessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by inf.compilers.ExpressivenessException
All Implemented Interfaces:
java.io.Serializable

public class ExpressivenessException
extends java.lang.Exception

This type of Exception will be thrown during a translation by a SyntaxAdaptor if the target representation is not expressive enough for the current content.

Author:
Gerhard Wickler
See Also:
Serialized Form

Constructor Summary
ExpressivenessException(java.lang.String msg)
           This constructor requires a message indicating why the exception was thrown.
 
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

ExpressivenessException

public ExpressivenessException(java.lang.String msg)

This constructor requires a message indicating why the exception was thrown.

Parameters:
msg - the message explaining the exception