Class UnhandledColumnTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.akquinet.jbosscc.guttenbase.connector.GuttenBaseException
-
- de.akquinet.jbosscc.guttenbase.exceptions.UnhandledColumnTypeException
-
- All Implemented Interfaces:
Serializable
public class UnhandledColumnTypeException extends GuttenBaseException
Thrown when we find a column type we cannot handle (yet).© 2012-2034 akquinet tech@spree
- Author:
- M. Dahm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnhandledColumnTypeException(String reason)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnhandledColumnTypeException
public UnhandledColumnTypeException(String reason)
-
-