Package org.neo4j.jdbc.utils
Class ExceptionBuilder
- java.lang.Object
-
- org.neo4j.jdbc.utils.ExceptionBuilder
-
public class ExceptionBuilder extends Object
An exception builder.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UnsupportedOperationExceptionbuildUnsupportedOperationException()AnUnsupportedOperationExceptionexception builder that retrueve it's caller to make a not yet implemented exception with method and class name.
-
-
-
Method Detail
-
buildUnsupportedOperationException
public static UnsupportedOperationException buildUnsupportedOperationException()
AnUnsupportedOperationExceptionexception builder that retrueve it's caller to make a not yet implemented exception with method and class name.- Returns:
- an UnsupportedOperationException
-
-