Class UnableToInstantiateDBMigrationSubclassException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- nz.co.gregs.dbvolution.exceptions.UnableToInstantiateDBMigrationSubclassException
-
- All Implemented Interfaces:
Serializable
public class UnableToInstantiateDBMigrationSubclassException extends RuntimeException
Support DBvolution at Patreon
- Author:
- Gregory Graham
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnableToInstantiateDBMigrationSubclassException(Object aMapping, Exception ex)
DBvolution needed to create an instance of your DBReport but was unable to do so.
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnableToInstantiateDBMigrationSubclassException
public UnableToInstantiateDBMigrationSubclassException(Object aMapping, Exception ex)
DBvolution needed to create an instance of your DBReport but was unable to do so.Please ensure all DBReports have a public, argument-less, default constructor.
- Parameters:
aMapping
- aMappingex
- ex
-
-