java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jpo.eventbus.NotPictureInfoException
- All Implemented Interfaces:
Serializable
An Exception to indicate that we have no PictureInfo node.
- See Also:
-
Constructor Summary
ConstructorDescriptionNotPictureInfoException
(String errorMessage) Constructs an Exception to indicate that there is no PictureInfo node -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotPictureInfoException
Constructs an Exception to indicate that there is no PictureInfo node- Parameters:
errorMessage
- The error message for the exception
-