org.gvsig.tools.dataTypes
Class CoercionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gvsig.tools.dataTypes.CoercionException
All Implemented Interfaces:
Serializable

public class CoercionException
extends Exception

See Also:
Serialized Form

Constructor Summary
CoercionException()
           
CoercionException(String msg)
           
CoercionException(String msg, Throwable cause)
           
CoercionException(Throwable cause)
           
 
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

CoercionException

public CoercionException()

CoercionException

public CoercionException(String msg)

CoercionException

public CoercionException(Throwable cause)

CoercionException

public CoercionException(String msg,
                         Throwable cause)


Copyright © 2004-2011 gvSIG. All Rights Reserved.