com.moesol.generator.core
Class MergeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.moesol.generator.core.MergeException
All Implemented Interfaces:
Serializable

public class MergeException
extends Exception

See Also:
Serialized Form

Constructor Summary
MergeException(Exception root_cause)
           
MergeException(String message)
           
MergeException(String message, Exception root_cause)
           
 
Method Summary
 String getMessage()
           
 Exception getRootCause()
           
 void setRootCause(Exception root_cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MergeException

public MergeException(Exception root_cause)

MergeException

public MergeException(String message)

MergeException

public MergeException(String message,
                      Exception root_cause)
Method Detail

setRootCause

public void setRootCause(Exception root_cause)

getRootCause

public Exception getRootCause()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.