org.gcn.plinguacore.util
Class PlinguaPanicError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.gcn.plinguacore.util.PlinguaPanicError
All Implemented Interfaces:
java.io.Serializable

public class PlinguaPanicError
extends java.lang.Error

A general error for the pLinguaCore module

Author:
Research Group on Natural Computing (http://www.gcn.us.es)
See Also:
Serialized Form

Constructor Summary
PlinguaPanicError()
           
PlinguaPanicError(java.lang.String arg0)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlinguaPanicError

public PlinguaPanicError()

PlinguaPanicError

public PlinguaPanicError(java.lang.String arg0)