public final class BeanCodeGenException
extends java.lang.RuntimeException
| Constructor | Description |
|---|---|
BeanCodeGenException(java.lang.String message,
java.io.File file,
int line) |
Creates the exception.
|
BeanCodeGenException(java.lang.String message,
java.lang.Throwable cause,
java.io.File file) |
Creates the exception.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.io.File |
getFile() |
Gets the line number.
|
int |
getLine() |
Gets the line number.
|
public BeanCodeGenException(java.lang.String message,
java.io.File file,
int line)
message - the messagefile - the file that caused the errorline - the line numberpublic BeanCodeGenException(java.lang.String message,
java.lang.Throwable cause,
java.io.File file)
message - the messagecause - the causefile - the file that caused the errorCopyright © 2007–2018 Joda.org. All rights reserved.