public class UnknownClassException extends RuntimeException
RuntimeException equivalent of the JDK's
ClassNotFoundException, to maintain a RuntimeException paradigm.| Constructor and Description |
|---|
UnknownClassException()
Creates a new UnknownClassException.
|
UnknownClassException(String message)
Constructs a new UnknownClassException.
|
UnknownClassException(String message,
Throwable cause)
Constructs a new UnknownClassException.
|
UnknownClassException(Throwable cause)
Constructs a new UnknownClassException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownClassException()
public UnknownClassException(String message)
message - the reason for the exceptionpublic UnknownClassException(Throwable cause)
cause - the underlying Throwable that caused this exception to be thrown.Copyright © 2015. All rights reserved.