public final class BeanCodeGenException extends RuntimeException
| Constructor and Description |
|---|
BeanCodeGenException(String message,
File file,
int line)
Creates the exception.
|
BeanCodeGenException(String message,
Throwable cause,
File file)
Creates the exception.
|
| Modifier and Type | Method and Description |
|---|---|
File |
getFile()
Gets the line number.
|
int |
getLine()
Gets the line number.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BeanCodeGenException(String message, File file, int line)
message - the messagefile - the file that caused the errorline - the line numberpublic File getFile()
public int getLine()
Copyright © 2007–2017 Joda.org. All rights reserved.