Class InvalidIsrcException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidIsrcException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidIsrcException​(java.lang.String invalidIsrc)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String formatErrorMessage​(java.lang.String invalidIsrc)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • ERROR_MESSAGE_TEMPLATE

        public static final java.lang.String ERROR_MESSAGE_TEMPLATE
        See Also:
        Constant Field Values
    • Constructor Detail

      • InvalidIsrcException

        public InvalidIsrcException​(java.lang.String invalidIsrc)
    • Method Detail

      • formatErrorMessage

        public static java.lang.String formatErrorMessage​(java.lang.String invalidIsrc)