railo.runtime.converter
Class ConverterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by railo.runtime.converter.ConverterException
All Implemented Interfaces:
Serializable

public final class ConverterException
extends Exception

Exception throwed by a Converter

See Also:
Serialized Form

Constructor Summary
ConverterException(Exception e)
          constructor takes a Exception
ConverterException(String message)
          constructor of the Exception
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConverterException

public ConverterException(String message)
constructor of the Exception

Parameters:
message -

ConverterException

public ConverterException(Exception e)
constructor takes a Exception

Parameters:
e - exception to encapsulate


Copyright © 2012 Railo