|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.bea.apps.groupspace.rss.feed.NullUrlException
public class NullUrlException
NullUrlException is thrown when a RssFeedImpl contains a null feedUrl when it shouldn't
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
NullUrlException()
Constructs a new NullUrlException |
|
NullUrlException(String text)
Constructs a new NullUrlException with a message |
|
NullUrlException(String text,
Throwable cause)
Constructs a new NullUrlException with an explanatory message and a nested exception that caused the failure |
|
NullUrlException(Throwable cause)
Constructs a new NullUrlException with the root cause |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public NullUrlException()
public NullUrlException(String text)
text - Explanatory message
public NullUrlException(String text,
Throwable cause)
text - Explanatory messagecause - Root cause of the failurepublic NullUrlException(Throwable cause)
cause - Root cause of the failure
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||