public class NucleusUnsupportedOptionException extends NucleusUserException
Constructor and Description |
---|
NucleusUnsupportedOptionException()
Constructs a new exception without a detail message.
|
NucleusUnsupportedOptionException(String msg)
Constructs a new exception with the specified detail message.
|
NucleusUnsupportedOptionException(String msg,
Throwable[] nested)
Constructs a new exception with the specified detail message and nested
Throwable s. |
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public NucleusUnsupportedOptionException()
public NucleusUnsupportedOptionException(String msg)
msg
- the detail message.Copyright © 2019. All rights reserved.