Class ViewBuilder.ViewBuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.inria.rules.integraal.views.builder.ViewBuilder.ViewBuilderException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ViewBuilder
Exception for creating datasources with views
- Author:
- Florent Tornil
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionViewBuilderException(String message) Creates a view-builder exception with a message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ViewBuilderException
Creates a view-builder exception with a message.- Parameters:
message- the message of the exception
-