Merge branch 'release/0.9-rc1'
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Album.java
index f968f00..c75088f 100644 (file)
@@ -292,6 +292,8 @@ public interface Album extends Identified, Fingerprintable {
 
                Album update() throws IllegalStateException;
 
+               class AlbumTitleMustNotBeEmpty extends IllegalStateException { }
+
        }
 
 }