Class UnsetImageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xinapse.io.UnsetImageException
All Implemented Interfaces:
Serializable

public class UnsetImageException extends Exception
Thrown when an image that should be set, has not been set by a user in a Component used to select an image.
See Also:
  • Constructor Details

    • UnsetImageException

      public UnsetImageException()
      Constructs an UnsetImageException with "unset image" as its detail message.
    • UnsetImageException

      public UnsetImageException(String s)
      Constructs an UnsetImageException with the specified detail message. The error message String s can later be retrieved by the Throwable.getMessage() method of class Throwable.
      Parameters:
      s - the detail message.