public class BufferUnderflowException
extends java.util.NoSuchElementException
NOTE: From version 3.0, this exception extends NoSuchElementException.
Constructor and Description |
---|
BufferUnderflowException()
Constructs a new
BufferUnderflowException . |
BufferUnderflowException(java.lang.String message)
Construct a new
BufferUnderflowException . |
BufferUnderflowException(java.lang.String message,
java.lang.Throwable exception)
Construct a new
BufferUnderflowException . |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Gets the root cause of the exception.
|
public BufferUnderflowException()
BufferUnderflowException
.public BufferUnderflowException(java.lang.String message)
BufferUnderflowException
.message
- the detail message for this exceptionpublic BufferUnderflowException(java.lang.String message, java.lang.Throwable exception)
BufferUnderflowException
.message
- the detail message for this exceptionexception
- the root cause of the exceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved