Package org.incenp.obofoundry.idrange
Class IDRangePolicyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.incenp.obofoundry.idrange.IDRangePolicyException
- All Implemented Interfaces:
Serializable
This exception is thrown when attempting to parse an ID range policy file.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance with the specified error message.IDRangePolicyException
(String msg, Throwable inner) Creates a new instance with the specified error message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IDRangePolicyException
Creates a new instance with the specified error message.- Parameters:
msg
- A message describing the error.
-
IDRangePolicyException
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.
-