Class ImageSourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.jpro.platform.image.manager.source.ImageSourceException
- All Implemented Interfaces:
Serializable
A runtime exception that is thrown when an error occurs during image source loading.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionImageSourceException(String message) Constructs a new image source exception with the specified message.ImageSourceException(String message, Throwable cause) Constructs a new image source exception with the specified message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImageSourceException
Constructs a new image source exception with the specified message.- Parameters:
message- the exception message.
-
ImageSourceException
Constructs a new image source exception with the specified message and cause.- Parameters:
message- the exception message.cause- the cause of the exception.
-