org.npsnet.xrti.utilities
Class TypeConflictException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.npsnet.xrti.utilities.TypeConflictException
All Implemented Interfaces:
java.io.Serializable

public class TypeConflictException
extends java.lang.Exception

An exception thrown when a type conflict is encountered.

Author:
Andrzej Kapolka
See Also:
Serialized Form

Constructor Summary
TypeConflictException()
          Constructor.
TypeConflictException(java.lang.String message)
          Constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeConflictException

public TypeConflictException()
Constructor.


TypeConflictException

public TypeConflictException(java.lang.String message)
Constructor.

Parameters:
message - a message describing the cause of the exception