Sun Message Library for SWIFT API

com.stc.swift.validation
Class MPRException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
MPRException()
           
MPRException(java.lang.String s, int n)
           
 
Method Summary
 void append(java.lang.String messageString)
           
 java.lang.String getErrorMessage()
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

MPRException

public MPRException(java.lang.String s,
                    int n)

MPRException

public MPRException()
Method Detail

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

Sun Message Library for SWIFT API

Copyright © 2008 Sun Microsystems, Inc. All rights reserved.