Class ConfigWarning

  • All Implemented Interfaces:
    java.io.Serializable, net.morimekta.util.Displayable

    public class ConfigWarning
    extends ConfigException
    Providence config exceptions are extensions of the serializer exception (as parsing config can be seen as parsing or de-serializing any serialized message).
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigWarning​(ConfigToken token, java.lang.String message, java.lang.Object... args)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getError()  
      ConfigWarning setFile​(java.lang.String file)  
      • Methods inherited from class net.morimekta.util.lexer.LexerException

        displayString, getLength, getLine, getLineNo, getLinePos, replaceNonPrintable
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait