org.mod4j.runtime.exception
Class TranslatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mod4j.runtime.exception.TranslatorException
All Implemented Interfaces:
java.io.Serializable

public class TranslatorException
extends java.lang.RuntimeException

Thrown when a dto could not be translated to- or from a business class.

Author:
Johan Vogelzang
See Also:
Serialized Form

Constructor Summary
TranslatorException(java.lang.String message)
           
 
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

TranslatorException

public TranslatorException(java.lang.String message)
Parameters:
message - The detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.


Copyright © 2009. All Rights Reserved.