net.sf.morph.lang
Class LanguageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.morph.util.NestableRuntimeException
net.sf.morph.MorphException
net.sf.morph.lang.LanguageException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- InvalidExpressionException
public class LanguageException
- extends MorphException
Thrown to indicate that an error occurred while accessing or modifying
information using a given Language.
- Since:
- Nov 28, 2004
- Author:
- Matt Sgarlata
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LanguageException
public LanguageException()
LanguageException
public LanguageException(java.lang.String message)
LanguageException
public LanguageException(java.lang.String message,
java.lang.Throwable cause)
LanguageException
public LanguageException(java.lang.Throwable cause)
Copyright © 2004-2008.