org.andromda.core
Class ModelValidationException

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

public class ModelValidationException
extends java.lang.RuntimeException

The exception thrown when model validation fails.

Author:
Chad Brandon
See Also:
Serialized Form

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

ModelValidationException

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

Parameters:
message - the validation message indicating the error.


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