org.unitils.core
Class UnitilsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.unitils.core.UnitilsException
- All Implemented Interfaces:
- java.io.Serializable
public class UnitilsException
- extends java.lang.RuntimeException
Exception type, used for all unrecoverable exceptions that occur in unitils.
- See Also:
- Serialized Form
| 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 |
UnitilsException
public UnitilsException()
UnitilsException
public UnitilsException(java.lang.String message)
UnitilsException
public UnitilsException(java.lang.String message,
java.lang.Throwable cause)
UnitilsException
public UnitilsException(java.lang.Throwable cause)
Copyright © 2009. All Rights Reserved.