Class UnsetFileException

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

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

    • UnsetFileException

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

      public UnsetFileException(String s)
      Constructs an UnsetFileException 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.