uk.co.agena.minerva.util.model
Class MinervaIndexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.co.agena.minerva.util.model.MinervaIndexException
All Implemented Interfaces:
java.io.Serializable

public class MinervaIndexException
extends java.lang.Exception

Throw whenever there are index bounding errors in Minerva model classes.

See Also:
Serialized Form

Constructor Summary
MinervaIndexException()
          Constructs an empty MinervaIndexException.
MinervaIndexException(java.lang.String msg)
          Constructs a MinervaIndexException with the specified message.
MinervaIndexException(java.lang.String msg, java.lang.Throwable throwable)
          Constructs a MinervaIndexException with the specified cause and message.
MinervaIndexException(java.lang.Throwable throwable)
          Constructs a MinervaIndexException with the specified 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

MinervaIndexException

public MinervaIndexException()
Constructs an empty MinervaIndexException.


MinervaIndexException

public MinervaIndexException(java.lang.String msg)
Constructs a MinervaIndexException with the specified message.

Parameters:
msg - the message

MinervaIndexException

public MinervaIndexException(java.lang.Throwable throwable)
Constructs a MinervaIndexException with the specified cause.

Parameters:
throwable - the Throwable that caused this Exception

MinervaIndexException

public MinervaIndexException(java.lang.String msg,
                             java.lang.Throwable throwable)
Constructs a MinervaIndexException with the specified cause and message.

Parameters:
throwable - the Throwable that caused this Exception
msg - the detail message


Copyright © 2006 Agena Ltd. All Rights Reserved.