Class InfoListException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xinapse.util.InfoListException
All Implemented Interfaces:
Serializable

public class InfoListException extends Exception
Signals that an error has occurred while creating or handling an InfoList.
See Also:
  • Constructor Details

    • InfoListException

      public InfoListException()
      Constructs an InfoListException with null as its detail message.
    • InfoListException

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