|
||||||||||
| 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.ericsson.otp.erlang.OtpException
com.ericsson.otp.erlang.OtpErlangException
de.zib.scalaris.EmptyListException
public class EmptyListException
Exception that is thrown if a read of a random list element on a scalaris ring fails because the participating values are empty lists.
| Constructor Summary | |
|---|---|
EmptyListException()
Creates the exception with no message. |
|
EmptyListException(OtpErlangObject erlValue)
Creates an exception including the message of the given erlang object. |
|
EmptyListException(String msg)
Creates the exception with the given message. |
|
EmptyListException(Throwable e)
Creates an exception taking the message of the given throwable. |
|
EmptyListException(Throwable e,
OtpErlangObject erlValue)
Creates an exception taking the message of the 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 EmptyListException()
public EmptyListException(String msg)
msg - message of the exceptionpublic EmptyListException(Throwable e)
e - the exception to "re-throw"public EmptyListException(OtpErlangObject erlValue)
erlValue - the erlang message to include
public EmptyListException(Throwable e,
OtpErlangObject erlValue)
e - the exception to "re-throw"erlValue - the string representation of this erlang value is included
into the message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||