org.unitils.core
Class UnitilsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.unitils.core.UnitilsException
All Implemented Interfaces:
Serializable

public class UnitilsException
extends RuntimeException

Exception type, used for all unrecoverable exceptions that occur in unitils.

See Also:
Serialized Form

Constructor Summary
UnitilsException()
           
UnitilsException(String message)
           
UnitilsException(String message, Throwable cause)
           
UnitilsException(Throwable cause)
           
 
Method Summary
 
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

UnitilsException

public UnitilsException()

UnitilsException

public UnitilsException(String message)

UnitilsException

public UnitilsException(String message,
                        Throwable cause)

UnitilsException

public UnitilsException(Throwable cause)


Copyright © 2011. All Rights Reserved.