|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.joda.beans.gen.BeanCodeGenException
public final class BeanCodeGenException
Exception thrown by the code generator.
| Constructor Summary | |
|---|---|
BeanCodeGenException(String message,
File file,
int line)
Creates the exception. |
|
BeanCodeGenException(String message,
Throwable cause,
File file)
Creates the exception. |
|
| Method Summary | |
|---|---|
File |
getFile()
Gets the line number. |
int |
getLine()
Gets the line number. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BeanCodeGenException(String message,
File file,
int line)
message - the messagefile - the file that caused the errorline - the line number
public BeanCodeGenException(String message,
Throwable cause,
File file)
message - the messagecause - the causefile - the file that caused the error| Method Detail |
|---|
public File getFile()
public int getLine()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||