de.flexiprovider.common.exceptions
Class DifferentFieldsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--de.flexiprovider.common.exceptions.GFException
                          |
                          +--de.flexiprovider.common.exceptions.DifferentFieldsException
All Implemented Interfaces:
java.io.Serializable

public class DifferentFieldsException
extends GFException

This class is called, when trying to combine elements of different fields.

Author:
Birgit Henhapl
See Also:
Serialized Form

Constructor Summary
DifferentFieldsException()
          Default constructor.
DifferentFieldsException(java.lang.String details)
          Calls the parent-constructor with the message "Cannot combine elements from different fields: details"
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DifferentFieldsException

public DifferentFieldsException()
Default constructor. Calls the parent-constructor with the message "Cannot combine elements from different fields"

DifferentFieldsException

public DifferentFieldsException(java.lang.String details)
Calls the parent-constructor with the message "Cannot combine elements from different fields: details"
Parameters:
details - details of this exception