OdpReadException

OdpReadException class

Represents an exception which thrown on presentation reading errors.

OdpReadException

NameDescription
OdpReadException()Default constructor

Result: OdpReadException


OdpReadException

NameDescription
OdpReadException(String)Constructor allowing a message to be added to this exception.

Parameters:

NameTypeDescription
messageStringmessage

Result: OdpReadException


OdpReadException

NameDescription
OdpReadException(String, RuntimeException)Constructor for an exception containing a message and an embedded exception.

Parameters:

NameTypeDescription
messageStringmessage
exceptionRuntimeExceptionoriginal exception

Result: OdpReadException


addSuppressed

NameDescription
addSuppressed(Throwable)

fillInStackTrace

NameDescription
fillInStackTrace()

Result: Throwable


getCause

NameDescription
getCause()

Result: Throwable


getInnerException

NameDescription
getInnerException()

Result: Throwable


getLocalizedMessage

NameDescription
getLocalizedMessage()

Result: String


getMessage

NameDescription
getMessage()

Result: String


getStackTrace

NameDescription
getStackTrace()

Result: StackTraceElement


getSuppressed

NameDescription
getSuppressed()

Result: Throwable


getType

NameDescription
getType()

Result: Type


initCause

NameDescription
initCause(Throwable)

Result: Throwable


printStackTrace

NameDescription
printStackTrace()

printStackTrace

NameDescription
printStackTrace(PrintStream)

printStackTrace

NameDescription
printStackTrace(PrintWriter)

setStackTrace

NameDescription
setStackTrace(java.lang.StackTraceElement[])