public class ClassUtilsException extends RuntimeException
| Constructor and Description |
|---|
ClassUtilsException(String message)
Constructs an instance of ClassUtilsException.
|
ClassUtilsException(String message,
Throwable parent)
Constructs an instance of ClassUtilsException.
|
ClassUtilsException(Throwable parent)
Constructs an instance of ClassUtilsException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClassUtilsException(Throwable parent)
parent - the parent throwablepublic ClassUtilsException(String message)
message - the exception messagepublic ClassUtilsException(String message, Throwable parent)
message - the exception messageparent - the parent throwableCopyright © 2003–2014 AndroMDA.org. All rights reserved.