public class MappingException extends Exception
Constructor and Description |
---|
MappingException(Exception except) |
MappingException(String message) |
MappingException(String message,
Exception e) |
MappingException(String message,
Object arg1) |
MappingException(String message,
Object arg1,
Object arg2) |
MappingException(String message,
Object arg1,
Object arg2,
Object arg3) |
Modifier and Type | Method and Description |
---|---|
Exception |
getException() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream print) |
void |
printStackTrace(PrintWriter print) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public MappingException(String message)
public MappingException(Exception except)
public Exception 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 © 2024. All rights reserved.