org.andromda.core.engine
Class ModelProcessorException

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

public class ModelProcessorException
extends java.lang.RuntimeException

Any unchecked exception that will be thrown during the execution of the ModelProcessor

See Also:
Serialized Form

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

ModelProcessorException

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

Parameters:
parent - the parent throwable.

ModelProcessorException

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

Parameters:
message - the exception message.

ModelProcessorException

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

Parameters:
message - the exception message.
parent - the parent throwable.


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