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
ConstructorDescriptionConstructs anInfoListException
withnull
as its detail message.Constructs anInfoListException
with 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 anInfoListException
withnull
as its detail message. -
InfoListException
Constructs anInfoListException
with the specified detail message. The error message strings
can later be retrieved by theThrowable.getMessage()
method of classThrowable
.- Parameters:
s
- the detail message.
-