nu.staldal.lagoon.core
Class LagoonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by nu.staldal.lagoon.core.LagoonException
All Implemented Interfaces:
java.io.Serializable

public class LagoonException
extends org.xml.sax.SAXException

A general Lagoon exception.

See Also:
Serialized Form

Constructor Summary
LagoonException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LagoonException

public LagoonException(java.lang.String msg)