com.jalios.util
Class RssException
java.lang.Object
java.lang.Throwable
com.jalios.util.RssException
- All Implemented Interfaces:
- Serializable
public class RssException
- extends Throwable
Signals that an exception has occurred while processing an RSS feed.
- Since:
- jcms-5.6.2
- See Also:
- Serialized Form
Constructor Summary |
RssException(Throwable cause)
Constructs a new RssException with the specified cause and a detail
message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause). |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RssException
public RssException(Throwable cause)
- Constructs a new RssException with the specified cause and a detail
message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause).
The Throwable.fillInStackTrace()
method is called to initialize
the stack trace data in the newly created throwable.
- Parameters:
cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)
Copyright © 2001-2010 Jalios SA. All Rights Reserved.