public class NoHyperGraphTypeException extends HGException
Thrown when the type system is not able to create a HyperGraph type for a given type identifier (e.g. a class name). This happens when the type schema for the type identifier provided can't create a HGDB type for whatever reason. For example, the Java type schema will fail to create a type for class without a default constructor and that is not serializable.
Constructor and Description |
---|
NoHyperGraphTypeException() |
NoHyperGraphTypeException(String msg) |
NoHyperGraphTypeException(URI typeId) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2015. All rights reserved.