public class UnitsParsingException extends IllegalArgumentException
| Constructor and Description |
|---|
UnitsParsingException(String message)
Constructs new
UnitsParsingException. |
UnitsParsingException(String message,
Throwable cause)
Constructs new
UnitsParsingException. |
UnitsParsingException(Throwable cause)
Constructs new
UnitsParsingException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnitsParsingException(@NotNull String message)
UnitsParsingException.message - exception messagepublic UnitsParsingException(@NotNull String message, @NotNull Throwable cause)
UnitsParsingException.message - exception messagecause - Throwable causepublic UnitsParsingException(@NotNull Throwable cause)
UnitsParsingException.cause - Throwable causeCopyright © 2020. All rights reserved.