com.threerings.servlet.util
Class ConversionFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.threerings.servlet.util.ConversionFailedException
All Implemented Interfaces:
Serializable

public class ConversionFailedException
extends RuntimeException

Indicates that a converter couldn't handle a parameter value in .

See Also:
Serialized Form

Constructor Summary
ConversionFailedException()
           
ConversionFailedException(Object msg, Object... args)
           
ConversionFailedException(Throwable cause)
           
ConversionFailedException(Throwable cause, Object msg, Object... args)
          Creates an exception message with the given base message and key value pairs as formatted by LogBuilder.
 
Method Summary
 void append(Object... args)
          Adds the given key value pairs to the message.
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConversionFailedException

public ConversionFailedException(Throwable cause)

ConversionFailedException

public ConversionFailedException(Throwable cause,
                                 Object msg,
                                 Object... args)
Creates an exception message with the given base message and key value pairs as formatted by LogBuilder.


ConversionFailedException

public ConversionFailedException(Object msg,
                                 Object... args)

ConversionFailedException

public ConversionFailedException()
Method Detail

append

public void append(Object... args)
Adds the given key value pairs to the message.


getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2012. All Rights Reserved.