Class ConflictingModuleNamespaceError

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<ConflictingModuleNamespaceError>

    public class ConflictingModuleNamespaceError
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<ConflictingModuleNamespaceError>
    A module namespace which, when mapped to a target language's directory or package structure, conflicts with another module's mapped namespace. For example, hydra.foo.bar and hydra.fooBar might both map to the same directory in a case-insensitive filesystem.
    See Also:
    Serialized Form