Class IDRangePolicyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.incenp.obofoundry.idrange.IDRangePolicyException
All Implemented Interfaces:
Serializable

public class IDRangePolicyException extends Exception
This exception is thrown when attempting to parse an ID range policy file.
See Also:
  • Constructor Details

    • IDRangePolicyException

      public IDRangePolicyException(String msg)
      Creates a new instance with the specified error message.
      Parameters:
      msg - A message describing the error.
    • IDRangePolicyException

      public IDRangePolicyException(String msg, Throwable inner)
      Creates a new instance with the specified error message and cause.
      Parameters:
      msg - A message describing the error.
      inner - The underlying cause of the error.