org.eodisp.wrapper.hla
Class TypeConflictException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eodisp.wrapper.hla.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.
 
Method Summary
 
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