Package com.xinapse.util
Class InfoListException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xinapse.util.InfoListException
- All Implemented Interfaces:
Serializable
Signals that an error has occurred while creating or handling an
InfoList.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anInfoListExceptionwithnullas its detail message.Constructs anInfoListExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InfoListException
public InfoListException()Constructs anInfoListExceptionwithnullas its detail message. -
InfoListException
Constructs anInfoListExceptionwith the specified detail message. The error message stringscan later be retrieved by theThrowable.getMessage()method of classThrowable.- Parameters:
s- the detail message.
-