public final class LazyException extends RuntimeException
RuntimeException for the use of Lazy instances.Exception,
RuntimeException,
Lazy,
Serialized Form| Constructor and Description |
|---|
LazyException()
Creates an empty
LazyException instance. |
LazyException(String msg)
Creates a
LazyException instance with message. |
LazyException(String msg,
Throwable cause)
Creates a
LazyException instance with message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LazyException()
LazyException instance.LazyExceptionpublic LazyException(String msg)
LazyException instance with message.msg - message to associate with LazyException.public LazyException(String msg, Throwable cause)
LazyException instance with message and cause.msg - message to associate with LazyException.cause - cause for exception.Copyright © 2016. All rights reserved.