com.fernsroth.easyio.exception
Class InvalidEasyIOTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.fernsroth.easyio.exception.EasyIOException
              extended by com.fernsroth.easyio.exception.InvalidEasyIOTypeException
All Implemented Interfaces:
java.io.Serializable

public class InvalidEasyIOTypeException
extends EasyIOException

Author:
Joseph M. Ferner (Near Infinity Corporation)
See Also:
Serialized Form

Constructor Summary
InvalidEasyIOTypeException(java.lang.String typeString)
           
 
Method Summary
 java.lang.String getTypeString()
          gets the type string.
 
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

InvalidEasyIOTypeException

public InvalidEasyIOTypeException(java.lang.String typeString)
Parameters:
typeString - the type that was invalid.
Method Detail

getTypeString

public java.lang.String getTypeString()
gets the type string.

Returns:
the typeString


Copyright © 2006 null. All Rights Reserved.