com.topcoder.shared.problem
Class InvalidTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.topcoder.shared.problem.InvalidTypeException
All Implemented Interfaces:
java.io.Serializable

public class InvalidTypeException
extends java.lang.Exception

Invalid type exception.

See Also:
Serialized Form

Constructor Summary
InvalidTypeException(java.lang.String message)
          Constructs the invalid type from the given message.
 
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

InvalidTypeException

public InvalidTypeException(java.lang.String message)
Constructs the invalid type from the given message.

Parameters:
message - the exception message.