|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.andromda.core.common.IntrospectorException
public class IntrospectorException
Thrown when any unexpected error occurs during execution of the OCLIntrospector.
| 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 |
|---|
public IntrospectorException(java.lang.Throwable parent)
parent Throwable.
parent - the cause of the exceptionpublic IntrospectorException(java.lang.String message)
message String.
message - the message to include in the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||