org.andromda.core.common
Class IntrospectorException

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

public class IntrospectorException
extends java.lang.RuntimeException

Thrown when any unexpected error occurs during execution of the OCLIntrospector.

Author:
Chad Brandon
See Also:
Serialized Form

Constructor Summary
IntrospectorException(java.lang.String message)
          Constructs an instance of OCLIntrospectorException taking the message String.
IntrospectorException(java.lang.Throwable parent)
          Constructs an instance of OCLIntrospectorException taking the parent Throwable.
 
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

IntrospectorException

public IntrospectorException(java.lang.Throwable parent)
Constructs an instance of OCLIntrospectorException taking the parent Throwable.

Parameters:
parent - the cause of the exception

IntrospectorException

public IntrospectorException(java.lang.String message)
Constructs an instance of OCLIntrospectorException taking the message String.

Parameters:
message - the message to include in the exception.


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