public class MappingRuntimeException extends IllegalStateException
| Constructor and Description |
|---|
MappingRuntimeException(String message)
Creates a new MappingRuntimeException
|
MappingRuntimeException(String message,
Object[] args)
Creates a new MappingRuntimeException
|
MappingRuntimeException(Throwable exception)
Creates a new MappingRuntimeException
|
MappingRuntimeException(Throwable exception,
String message)
Creates a new MappingRuntimeException
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getException()
Returns the Exception which caused this Exception, or null if no nested exception exists.
|
void |
printStackTrace() |
void |
printStackTrace(PrintStream print) |
void |
printStackTrace(PrintWriter print) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic MappingRuntimeException(String message)
message - the error messagepublic MappingRuntimeException(String message, Object[] args)
message - the error messagepublic MappingRuntimeException(Throwable exception)
exception - the Exception which caused this Exception.public Throwable getException()
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream print)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter print)
printStackTrace in class ThrowableCopyright © 2016. All rights reserved.