eu.monnetproject.lemon.liam
Class MorphologyApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by eu.monnetproject.lemon.liam.MorphologyApplicationException
All Implemented Interfaces:
Serializable

public class MorphologyApplicationException
extends RuntimeException

Author:
John McCrae
See Also:
Serialized Form

Constructor Summary
MorphologyApplicationException()
          Creates a new instance of MorphologyApplicationException without detail message.
MorphologyApplicationException(String msg)
          Constructs an instance of MorphologyApplicationException with the specified detail message.
 
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

MorphologyApplicationException

public MorphologyApplicationException()
Creates a new instance of MorphologyApplicationException without detail message.


MorphologyApplicationException

public MorphologyApplicationException(String msg)
Constructs an instance of MorphologyApplicationException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2012. All Rights Reserved.