com.taursys.util
Class UnsupportedConversionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.taursys.util.UnsupportedConversionException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedConversionException
extends java.lang.Exception

Exception for unsupported conversions.

See Also:
Serialized Form

Constructor Summary
UnsupportedConversionException()
          Creates new exception with no message
UnsupportedConversionException(java.lang.String message)
          Creates new exception with 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

UnsupportedConversionException

public UnsupportedConversionException()
Creates new exception with no message


UnsupportedConversionException

public UnsupportedConversionException(java.lang.String message)
Creates new exception with given message



Copyright © 2007 Martin T Phelan. All Rights Reserved.