|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ariba.util.core.ReferenceReaderException
public class ReferenceReaderException
Exception class to be used for ReferenceReader
| Constructor Summary | |
|---|---|
ReferenceReaderException(String s)
Constructor for ReferenceReaderException. |
|
ReferenceReaderException(String msg,
Throwable t)
Constructor for AppInfoException with a given throwable and message. |
|
ReferenceReaderException(Throwable t)
Constructor for AppInfoException with a given throwable. |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReferenceReaderException(String s)
s - the message associated with the exception.public ReferenceReaderException(Throwable t)
t - the throwable
public ReferenceReaderException(String msg,
Throwable t)
msg - the messaget - the throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||