org.tridas.io.exceptions
Class ConversionWarningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.tridas.io.exceptions.ConversionWarningException
All Implemented Interfaces:
Serializable

public class ConversionWarningException
extends IOException

A problem was found when converting between dendro formats

Author:
peterbrewer
See Also:
Serialized Form

Constructor Summary
ConversionWarningException(ConversionWarning cw)
          Raise a conversion exception
 
Method Summary
 ConversionWarning getWarning()
          Get the warning
 
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

ConversionWarningException

public ConversionWarningException(ConversionWarning cw)
Raise a conversion exception

Parameters:
cw -
Method Detail

getWarning

public ConversionWarning getWarning()
Get the warning

Returns:


Copyright © 2011. All Rights Reserved.