org.andromda.core.common
Class IntrospectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.andromda.core.common.IntrospectorException
- All Implemented Interfaces:
- Serializable
public class IntrospectorException
- extends RuntimeException
Thrown when any unexpected error occurs during execution of the
OCLIntrospector.
- 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 |
IntrospectorException
public IntrospectorException(Throwable parent)
- Constructs an instance of OCLIntrospectorException taking the
parent Throwable.
- Parameters:
parent - the cause of the exception
IntrospectorException
public IntrospectorException(String message)
- Constructs an instance of OCLIntrospectorException taking the
message String.
- Parameters:
message - the message to include in the exception.
Copyright © 2003-2012 AndroMDA.org. All Rights Reserved.