de.opsdesign.yax.common
Class YaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.opsdesign.yax.common.YaxException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigurationException, RunException, YaxFactoryConfigurationException

public class YaxException
extends java.lang.Exception

This file is part of the de.opsdesign.yax project.

Author:
joerg.moebius@hamburg.de Software and documentation are released under the terms of the GNU LGPL license (see http://www.gnu.org/copyleft/lesser.html) and comes without a warranty of any kind.
See Also:
Serialized Form

Constructor Summary
YaxException(java.lang.String msg)
           
YaxException(java.lang.String msg, java.lang.Exception cause)
           
YaxException(java.lang.String msg, java.lang.Exception cause, YaxEvent yaxEvent)
           
YaxException(java.lang.String msg, YaxEvent yaxEvent)
           
 
Method Summary
 java.lang.Exception getCause()
           
 YaxEvent getYaxEvent()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

YaxException

public YaxException(java.lang.String msg)

YaxException

public YaxException(java.lang.String msg,
                    java.lang.Exception cause)

YaxException

public YaxException(java.lang.String msg,
                    YaxEvent yaxEvent)

YaxException

public YaxException(java.lang.String msg,
                    java.lang.Exception cause,
                    YaxEvent yaxEvent)
Method Detail

getCause

public java.lang.Exception getCause()
Overrides:
getCause in class java.lang.Throwable

getYaxEvent

public YaxEvent getYaxEvent()


Copyright © 2008 OPS Design GmbH. All Rights Reserved.