- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.joda.beans.gen.BeanCodeGenException
-
- All Implemented Interfaces:
java.io.Serializable
public final class BeanCodeGenException extends java.lang.RuntimeExceptionException thrown by the code generator.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.FilegetFile()Gets the line number.intgetLine()Gets the line number.
-
-
-
Constructor Detail
-
BeanCodeGenException
public BeanCodeGenException(java.lang.String message, java.io.File file, int line)Creates the exception.- Parameters:
message- the messagefile- the file that caused the errorline- the line number
-
BeanCodeGenException
public BeanCodeGenException(java.lang.String message, java.lang.Throwable cause, java.io.File file)Creates the exception.- Parameters:
message- the messagecause- the causefile- the file that caused the error
-
-