Class InvalidIsrcException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- no.unit.nva.model.instancetypes.artistic.music.InvalidIsrcException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidIsrcException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringERROR_MESSAGE_TEMPLATE
-
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.StringformatErrorMessage(java.lang.String invalidIsrc)
-
-
-
Field Detail
-
ERROR_MESSAGE_TEMPLATE
public static final java.lang.String ERROR_MESSAGE_TEMPLATE
- See Also:
- Constant Field Values
-
-