Class ValueGenerationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ValueGenerationException
    extends NucleusException
    General class to throw exceptions in generators.
    See Also:
    Serialized Form
    • Constructor Detail

      • ValueGenerationException

        public ValueGenerationException​(java.lang.String message)
        Constructor
        Parameters:
        message - a localised message
      • ValueGenerationException

        public ValueGenerationException​(java.lang.String message,
                                        java.lang.Throwable nested)
        Constructor
        Parameters:
        message - a localised message
        nested - the nested exception