org.apache.muse.tools.generator.util
Class MuseRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.muse.tools.generator.util.MuseRuntimeException
All Implemented Interfaces:
Serializable

public class MuseRuntimeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
MuseRuntimeException(String id, String message)
           
MuseRuntimeException(String id, String message, Exception cause)
           
 
Method Summary
 String getId()
           
 
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

MuseRuntimeException

public MuseRuntimeException(String id,
                            String message,
                            Exception cause)

MuseRuntimeException

public MuseRuntimeException(String id,
                            String message)
Method Detail

getId

public String getId()


Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.