net.sf.jsefa.common.mapping
Class TypeMappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.jsefa.common.mapping.TypeMappingException
All Implemented Interfaces:
Serializable

public class TypeMappingException
extends RuntimeException

Exception thrown in case of a type mapping error.

Author:
Norman Lahme-Huetig
See Also:
Serialized Form

Constructor Summary
TypeMappingException(String message)
          Constructs a new TypeMappingException with the specified detail message.
TypeMappingException(String message, Throwable cause)
          Constructs a new TypeMappingException with the specified detail message and cause.
 
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

TypeMappingException

public TypeMappingException(String message)
Constructs a new TypeMappingException with the specified detail message.

Parameters:
message - the detail message.

TypeMappingException

public TypeMappingException(String message,
                            Throwable cause)
Constructs a new TypeMappingException with the specified detail message and cause.

Parameters:
message - the detail message
cause - the cause


Copyright © 2014. All rights reserved.