public class OCLIntrospectorException extends RuntimeException
| Constructor and Description |
|---|
OCLIntrospectorException(String message)
Constructs an instance of OCLIntrospectorException taking the
message String. |
OCLIntrospectorException(Throwable parent)
Constructs an instance of OCLIntrospectorException taking the
parent Throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OCLIntrospectorException(Throwable parent)
parent Throwable.parent - the cause of the exceptionpublic OCLIntrospectorException(String message)
message String.message - the message to include in the exception.Copyright © 2003–2014 AndroMDA.org. All rights reserved.