Documentation of 'umontreal.iro.lecuyer.util.NameConflictException' Java class
NameConflictException
umontreal.iro.lecuyer.util

Class NameConflictException

  • All Implemented Interfaces:
    java.io.Serializable


    public class NameConflictException
    extends java.lang.Exception
    This exception is thrown by a ClassFinder when two or more fully qualified class names can be associated with a simple class name.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      NameConflictException()
      Constructs a new name conflict exception.
      NameConflictException(ClassFinder finder, java.lang.String name, java.lang.String message)
      Constructs a new name conflict exception with class finder finder, simple name name, and message message.
      NameConflictException(java.lang.String message)
      Constructs a new name conflict exception with message message.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      ClassFinder getClassFinder()
      Returns the class finder associated with this exception.
      java.lang.String getName()
      Returns the simple name associated with this exception.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NameConflictException

        public NameConflictException()
        Constructs a new name conflict exception.
      • NameConflictException

        public NameConflictException(java.lang.String message)
        Constructs a new name conflict exception with message message.
        Parameters:
        message - the error message.
      • NameConflictException

        public NameConflictException(ClassFinder finder,
                                     java.lang.String name,
                                     java.lang.String message)
        Constructs a new name conflict exception with class finder finder, simple name name, and message message.
        Parameters:
        finder - the class finder in which the name conflict occurred.
        name - the simple conflicting name.
        message - the message describint the conflict.
    • Method Detail

      • getClassFinder

        public ClassFinder getClassFinder()
        Returns the class finder associated with this exception.
        Returns:
        the associated class finder.
      • getName

        public java.lang.String getName()
        Returns the simple name associated with this exception.
        Returns:
        the associated simple name.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.