
public class ContextError extends Error
Context is available in the
system.| Constructor and Description |
|---|
ContextError(String msg)
Creates a new instance of
ContextError taking a message. |
ContextError(Throwable cause)
Creates a new instance of
ContextError taking a causing
Throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ContextError(String msg)
ContextError taking a message.msg - the message describing the error.public ContextError(Throwable cause)
ContextError taking a causing
Throwable.cause - the causing throwable.Copyright © 2005-2012 jDTAUS. All Rights Reserved.