com.ifcomputer.minerva
Class MinervaSystemError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ifcomputer.minerva.MinervaException
                    |
                    +--com.ifcomputer.minerva.MinervaSystemError
All Implemented Interfaces:
java.io.Serializable

public class MinervaSystemError
extends MinervaException

The class MinervaSystemError and its subclasses are a form of MinervaException that indicates a severe error conditions that cannot be handled by Minerva.

See Also:
Serialized Form

Constructor Summary
MinervaSystemError(java.lang.String type)
          Constructs an MinervaSystemError with a specific detail message.
 
Methods inherited from class com.ifcomputer.minerva.MinervaException
setCulprit, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MinervaSystemError

public MinervaSystemError(java.lang.String type)
Constructs an MinervaSystemError with a specific detail message.

Parameters:
type - characterizes the error