public class ObjectDescriptionException extends StackableException
| Constructor and Description |
|---|
ObjectDescriptionException()
Creates a StackableRuntimeException with no message and no parent.
|
ObjectDescriptionException(String message)
Creates an exception.
|
ObjectDescriptionException(String message,
Exception ex)
Creates an exception.
|
getParent, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic ObjectDescriptionException()
public ObjectDescriptionException(String message, Exception ex)
message - the exception message.ex - the parent exception.public ObjectDescriptionException(String message)
message - the exception message.Copyright © 2009-2012 jtstand.com. All Rights Reserved.