|
||||||||||
| 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.topologi.diffx.DiffXException
com.topologi.diffx.load.LoadingException
public final class LoadingException
Class of exceptions occurring when trying to load data for Diff-X.
| Constructor Summary | |
|---|---|
LoadingException()
Creates a new Loading exception. |
|
LoadingException(Exception ex)
Creates a new loading exception wrapping an occurring exception. |
|
LoadingException(String message)
Creates a new loading exception with a given message. |
|
LoadingException(String message,
Exception ex)
Creates a new loading exception wrapping an occurring exception. |
|
| 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 LoadingException()
public LoadingException(String message)
message - The message explaining the exception.public LoadingException(Exception ex)
ex - The exception to be wrapped.
public LoadingException(String message,
Exception ex)
message - The message explaining the exception.ex - The exception to be wrapped.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||