org.mentawai.core
Class ConsequenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mentawai.core.ConsequenceException
- All Implemented Interfaces:
- Serializable
public class ConsequenceException
- extends Exception
An exception that can happen when a consequence is executed.
- Author:
- Sergio Oliveira
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConsequenceException
public ConsequenceException()
ConsequenceException
public ConsequenceException(Exception e)
ConsequenceException
public ConsequenceException(String msg)
ConsequenceException
public ConsequenceException(String msg,
Exception e)
Copyright © 2012. All Rights Reserved.