com.stc.swift.validation
Class MPRException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stc.swift.validation.MPRException
- All Implemented Interfaces:
- java.io.Serializable
public class MPRException
- extends java.lang.Exception
This represents the generic exception class for
the MPR module. This class collects all error messages
from SVR Exceptions and concatenates it in to a one string.
- Version:
- $Revision: 1.2 $
- 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 |
MPRException
public MPRException(java.lang.String s,
int n)
MPRException
public MPRException()
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.