com.marringtons.string
Class Convert.Exception

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.marringtons.string.Convert.Exception
All Implemented Interfaces:
Serializable
Enclosing class:
Convert

public static class Convert.Exception
extends Exception

Thrown by any conversion utility on error.

Author:
Paul Marrington
See Also:
Serialized Form

Constructor Summary
Convert.Exception()
          Constructor for ConversionException.
Convert.Exception(String message)
          Constructor for ConversionException that takes a 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Convert.Exception

public Convert.Exception()
Constructor for ConversionException.
 throw new ConversionException();
 


Convert.Exception

public Convert.Exception(String message)
Constructor for ConversionException that takes a message.
 throw new ConversionException( "not a boolean string");
 

Parameters:
message - to associate with the exception.


Copyright © 2005 Paul Marrington http://library.marringtons.com