Package com.iizix.urn

Class MalformedURNException

All Implemented Interfaces:
Serializable

public class MalformedURNException extends URNException
Exception thrown when the URN is invalid.
Author:
Christopher Mindus
See Also:
  • Constructor Details

    • MalformedURNException

      public MalformedURNException(String msg, String urn)
      Constructs the exception with the URN string.
      Parameters:
      msg - The message.
      urn - The URN string.
  • Method Details

    • getMessage

      public String getMessage()
      Returns the detail message string of this throwable.
      Overrides:
      getMessage in class URNException
      Returns:
      the detail message string of this Throwable instance (which may be null).