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