com.moesol.generator.core
Class ApplyException

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

public class ApplyException
extends Exception

See Also:
Serialized Form

Constructor Summary
ApplyException(Exception root_cause)
           
ApplyException(String message)
           
ApplyException(String message, Exception root_cause)
           
 
Method Summary
 Exception getRootCause()
           
 void setRootCause(Exception root_cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

ApplyException

public ApplyException(Exception root_cause)

ApplyException

public ApplyException(String message)

ApplyException

public ApplyException(String message,
                      Exception root_cause)
Method Detail

setRootCause

public void setRootCause(Exception root_cause)

getRootCause

public Exception getRootCause()


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