public class StyleParseException extends ParseException
StyleParseException
occurs when there is an error parsing
CSS text.Constructor | Description |
---|---|
StyleParseException() |
Create a
StyleParseException . |
StyleParseException(java.lang.String message) |
Create a
StyleParseException with the given message. |
StyleParseException(java.lang.String message,
java.lang.Throwable cause) |
Create a
StyleParseException with the given message. |
StyleParseException(java.lang.Throwable cause) |
Create a
StyleParseException . |
public StyleParseException()
StyleParseException
.public StyleParseException(java.lang.String message)
StyleParseException
with the given message.message
- The message.public StyleParseException(java.lang.Throwable cause)
StyleParseException
.cause
- The cause.public StyleParseException(java.lang.String message, java.lang.Throwable cause)
StyleParseException
with the given message.message
- The message.cause
- The cause.Copyright © 2012–2018 Jett Team. All rights reserved.