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:
Serializable

public class ExpressionException
extends RuntimeException

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

See Also:
Serialized Form

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

Parameters:
parent - the parent exception

ExpressionException

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

Parameters:
message - the exception message

ExpressionException

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

Parameters:
message - the exception message
parent - the parent exception


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