eu.gnome.morena
Class MorenaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by eu.gnome.morena.MorenaException
All Implemented Interfaces:
java.io.Serializable

public class MorenaException
extends java.lang.Exception

Morena specific exception.

See Also:
Serialized Form

Constructor Summary
MorenaException(int errorCode, java.lang.String message, java.lang.String file, int line)
           
 
Method Summary
 int getErrorCode()
           
 java.lang.String getLocation()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MorenaException

public MorenaException(int errorCode,
                       java.lang.String message,
                       java.lang.String file,
                       int line)
Method Detail

getErrorCode

public int getErrorCode()

getLocation

public java.lang.String getLocation()