com.stc.swift.validation
Class MFVRException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stc.swift.validation.MFVRException
- All Implemented Interfaces:
- java.io.Serializable
public class MFVRException
- extends java.lang.Exception
this exception is generic to message types of each individual years
so it should be here, for legacy code, they will still use MFVRException
defined in their specific packages, but from SR 2006 and on, use this
generic version of MFVRException;
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MFVRException
public MFVRException(java.lang.String mtName)
getErrorMessage
public java.lang.String getErrorMessage()
append
public void append(java.lang.String messageString)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
Copyright © 2008 Sun Microsystems, Inc. All rights reserved.