jp.terasoluna.fw.service.thin
Class BLogicMapperException

java.lang.Object
  Extend the abovejava.lang.Throwable
      Extend the abovejava.lang.Exception
          Extend the abovejp.terasoluna.fw.service.thin.BLogicMapperException
All implemented interfaces:
java.io.Serializable

public class BLogicMapperException
extends java.lang.Exception

Exception which occurs when mapping process fails in AbstractBLogicMapperor its inherited class.

In AbstractBLogicMapper, this exception is thrown after wrapping with SystemException. For the mapping process of BLogic ,refer to the AbstractBLogicMapper, BLogicMapper, BLogicIOPlugIn

See Also:
AbstractBLogicMapper, BLogicMapper, BLogic, BLogicIO, BLogicProperty, BLogicResources, BLogicResult, BLogicIOPlugIn, AbstractBLogicAction, BLogicAction, Serialized form

Field Summary
private static long serialVersionUID
          Serial version ID
 
Constructor Summary
BLogicMapperException()
          Constructor.
BLogicMapperException(java.lang.Throwable cause)
          Constructor.
 
Method Summary
 
Method inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Method inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Details

serialVersionUID

private static final long serialVersionUID
Serial version ID

See Also:
Constant field value
Constructor Details

BLogicMapperException

public BLogicMapperException()
Constructor.


BLogicMapperException

public BLogicMapperException(java.lang.Throwable cause)
Constructor.

Parameter:
cause - Exception which is the cause.