Class JsonProtectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.predic8.membrane.core.interceptor.json.JsonProtectionException
All Implemented Interfaces:
Serializable

public class JsonProtectionException extends Exception
See Also:
  • Constructor Details

    • JsonProtectionException

      public JsonProtectionException(String msg, int line, int col)
  • Method Details

    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • getLine

      public int getLine()
    • getCol

      public int getCol()