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, toString
public 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 Throwable
public void printStackTrace(PrintStream print)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter print)
printStackTrace
in class Throwable
Copyright © 2014. All rights reserved.