public class ClassNotResolvedException extends NucleusException
Constructor and Description |
---|
ClassNotResolvedException(String msg)
Constructs a class-not-resolvable exception with the specified
detail message and nested exception.
|
ClassNotResolvedException(String msg,
Throwable nested)
Constructs a class-not-resolvable exception with the specified
detail message and nested exception.
|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public ClassNotResolvedException(String msg, Throwable nested)
msg
- the exception messagenested
- the nested exception(s).public ClassNotResolvedException(String msg)
msg
- the exception messageCopyright © 2019. All rights reserved.