Class AbsolutePathConstraintError

  • All Implemented Interfaces:
    Serializable

    public class AbsolutePathConstraintError
    extends Exception
    Exception class, thrown when CJson(String) object contains relative paths in import statement instead of absolute paths.
    See Also:
    Serialized Form
    • Constructor Detail

      • AbsolutePathConstraintError

        public AbsolutePathConstraintError​(String message)
        Absolute/Relative path errors are caught with custom error message.
        Parameters:
        message - Error message in String format
      • AbsolutePathConstraintError

        public AbsolutePathConstraintError()
        Default constructor.
        Default message: Expected absolute path in import statement but got relative