public class CSSException extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
protected static class |
CSSException.ErrorCode
Deprecated.
as of version 4.4.0
|
| Constructor and Description |
|---|
CSSException()
Deprecated.
as of version 4.4.0; use
CSSException(String, Exception) instead |
CSSException(CSSException.ErrorCode code)
Deprecated.
as of version 4.4.0; use
CSSException(String, Exception) instead |
CSSException(CSSException.ErrorCode code,
String message,
Exception e)
Deprecated.
as of version 4.4.0; use
CSSException(String, Exception) instead |
CSSException(Exception e)
Deprecated.
as of version 4.4.0; use
CSSException(String, Exception) instead |
CSSException(String message)
Deprecated.
as of version 4.4.0; use
CSSException(String, Exception) instead |
CSSException(String message,
Exception e)
Creates a new CSSException with an embeded exception and a specified
message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Returns the detail message of this throwable object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@Deprecated public CSSException()
CSSException(String, Exception) instead@Deprecated public CSSException(String message)
CSSException(String, Exception) insteadmessage - the message@Deprecated public CSSException(Exception e)
CSSException(String, Exception) insteade - the embeded exception.@Deprecated public CSSException(CSSException.ErrorCode code)
CSSException(String, Exception) insteadcode - a the embeded exception.@Deprecated public CSSException(CSSException.ErrorCode code, String message, Exception e)
CSSException(String, Exception) insteadcode - the specified codemessage - the messagee - the embeded exceptionpublic String getMessage()
getMessage in class ThrowableCopyright © 2025 HtmlUnit. All rights reserved.