org.andromda.core.translation
Class ExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.andromda.core.translation.ExpressionException
All Implemented Interfaces:
java.io.Serializable

public class ExpressionException
extends java.lang.RuntimeException

Any unchecked exception that will be thrown when an Expression exception occurs.

See Also:
Serialized Form

Constructor Summary
ExpressionException(java.lang.String message)
          Constructs an instance of ExpressionException.
ExpressionException(java.lang.String message, java.lang.Throwable parent)
          Constructs an instance of ExpressionException.
ExpressionException(java.lang.Throwable parent)
          Constructs an instance of ExpressionException.
 
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

ExpressionException

public ExpressionException(java.lang.Throwable parent)
Constructs an instance of ExpressionException.

Parameters:
parent -

ExpressionException

public ExpressionException(java.lang.String message)
Constructs an instance of ExpressionException.

Parameters:
message -

ExpressionException

public ExpressionException(java.lang.String message,
                           java.lang.Throwable parent)
Constructs an instance of ExpressionException.

Parameters:
message -
parent -


Copyright © 2003-2008 AndroMDA.org. All Rights Reserved.