Class FieldGeneratorProcessorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.speedment.jpastreamer.fieldgenerator.exception.FieldGeneratorProcessorException
All Implemented Interfaces:
Serializable

public class FieldGeneratorProcessorException extends RuntimeException
A specialized RuntimeException used to signal errors during the generation process of JPAStreamer fields.
Since:
0.1.0
Author:
Julia Gustafsson
See Also:
  • Constructor Details

    • FieldGeneratorProcessorException

      public FieldGeneratorProcessorException()
    • FieldGeneratorProcessorException

      public FieldGeneratorProcessorException(String message)
    • FieldGeneratorProcessorException

      public FieldGeneratorProcessorException(String message, Throwable cause)
    • FieldGeneratorProcessorException

      public FieldGeneratorProcessorException(Throwable cause)
    • FieldGeneratorProcessorException

      public FieldGeneratorProcessorException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)