|
|||||||||||
| 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
Class of exceptions occuring 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 occuring 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 occuring exception. |
|
| 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 | ||||||||||