public class UnknownClassException extends RuntimeException
RuntimeException
equivalent of the JDK's
ClassNotFoundException
, to maintain a RuntimeException paradigm.Constructor and Description |
---|
UnknownClassException(String message)
Constructs a new UnknownClassException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownClassException(String message)
message
- the reason for the exceptionCopyright © 2019. All rights reserved.