org.andromda.core
Class ModelValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.andromda.core.ModelValidationException
- All Implemented Interfaces:
- Serializable
public class ModelValidationException
- extends RuntimeException
The exception thrown when model validation fails.
- Author:
- Chad Brandon
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ModelValidationException
public ModelValidationException(String message)
- Constructs an instance of ModelValidationException.
- Parameters:
message - the validation message indicating the error.
Copyright © 2003-2012 AndroMDA.org. All Rights Reserved.