com.vii.brillien.kernel.axiom.atomic.shaper.shifters
Class MessageShifter
java.lang.Object
com.vii.brillien.kernel.axiom.atomic.shaper.shifters.MessageShifter
- All Implemented Interfaces:
- Shifter
public class MessageShifter
- extends Object
- implements Shifter
Specialized Shifter to pack evety exception to a BrillienException instance with specialized error message
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
msg
protected String msg
MessageShifter
public MessageShifter(String msg)
getMsg
public String getMsg()
setMsg
public void setMsg(String msg)
transform
public BrillienException transform(BrillienException be)
- Description copied from interface:
Shifter
- Transforms a BrillienException into T-type exception
- Specified by:
transform
in interface Shifter
Copyright © 2012. All Rights Reserved.