public class IParsedValueException extends IRuntimeException
This exception is thrown when a string parsing operation fails because the input string does not conform to the expected format or cannot be represented as the desired data type.
| Constructor and Description |
|---|
IParsedValueException(java.lang.String message)
Constructs a new `IParsedValueException` with the specified detail message.
|
IParsedValueException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new `IParsedValueException` with the specified detail message and cause.
|
createFromStackTraceString, dumpJVMStack, dumpJVMStack, dumpStack, dumpStack, dumpStack, filterAndDumpStackTrace, filterStackTrace, filterStackTrace, getAllCauses, getCause, getCauseMethod, getCauseOfClass, getDeepestCauseOfClass, getErrortext, getErrortext, getRootCause, getStackTraceAsString, getStackTraceAsString, getStackTraceAsString, getStackTraceAsString, getStackTraceAsString, getStackTraceAsString, getStackTraceElement, getStackTraceElement, hasCauseOfClass, isKnownWrapperException, ofStackTraceString, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTraceAsCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCauseOfClass, getDeepestCauseOfClass, getRootCause, getThisAsThrowable, hasCauseOfClass, printStackTracepublic IParsedValueException(java.lang.String message)
message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).public IParsedValueException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).
(A null value is permitted, and indicates that the cause is nonexistent or unknown.)Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.