public class DoNothingCSSInterpretErrorHandler extends Object implements ICSSInterpretErrorHandler
ICSSInterpretErrorHandler that does nothing.| Constructor and Description |
|---|
DoNothingCSSInterpretErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCSSInterpretationError(String sMessage)
Called when an interpretation error occurs.
|
void |
onCSSInterpretationWarning(String sMessage)
Called when an interpretation error or warning occurs.
|
String |
toString() |
public void onCSSInterpretationWarning(@Nonnull @Nonempty String sMessage)
ICSSInterpretErrorHandleronCSSInterpretationWarning in interface ICSSInterpretErrorHandlersMessage - The message text of the error.public void onCSSInterpretationError(@Nonnull @Nonempty String sMessage)
ICSSInterpretErrorHandleronCSSInterpretationError in interface ICSSInterpretErrorHandlersMessage - The message text of the error.Copyright © 2014–2022 Philip Helger. All rights reserved.