public class NotAPrimitiveTypeException extends RuntimeException
| Constructor and Description |
|---|
NotAPrimitiveTypeException()
Creates a new empty primitive exception
|
NotAPrimitiveTypeException(Object value)
Creates a new primitive exception
|
NotAPrimitiveTypeException(Throwable root)
Creates a new primitive exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotAPrimitiveTypeException()
public NotAPrimitiveTypeException(Throwable root)
root - root cause that threw this exceptionpublic NotAPrimitiveTypeException(Object value)
value - the value that caused this exceptionCopyright © 2020. All rights reserved.